|
|
|
@ -26,11 +26,12 @@ public class QuaController {
|
|
|
|
|
public R<Boolean> saveQcProCheck(@RequestBody QcProCheck qcProCheck) {
|
|
|
|
|
|
|
|
|
|
qcProCheckService.saveQcProCheck(qcProCheck);
|
|
|
|
|
WCSDTO wcsdto = new WCSDTO();
|
|
|
|
|
wcsdto.setFactory(qcProCheck.getFactoryCode());
|
|
|
|
|
wcsdto.setRfidNo(qcProCheck.getRfid());
|
|
|
|
|
remoteMesService.requestDestinationStations(wcsdto);
|
|
|
|
|
|
|
|
|
|
if (qcProCheck.getIsqua()=="1") {
|
|
|
|
|
WCSDTO wcsdto = new WCSDTO();
|
|
|
|
|
wcsdto.setFactory(qcProCheck.getFactoryCode());
|
|
|
|
|
wcsdto.setRfidNo(qcProCheck.getRfid());
|
|
|
|
|
remoteMesService.requestDestinationStations(wcsdto);
|
|
|
|
|
}
|
|
|
|
|
return R.fail();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|