This commit is contained in:
jiaoliming
2023-06-06 17:24:29 +08:00
parent ae846b5fd6
commit 4fed94c420

View File

@@ -711,6 +711,9 @@ public class WmsToAcsServiceImpl implements WmsToAcsService {
if (code.equals("to_start_checking")) { if (code.equals("to_start_checking")) {
hailiangAutoCacheLineDeviceDriver.writing("to_task", "1001"); hailiangAutoCacheLineDeviceDriver.writing("to_task", "1001");
} }
if (code.equals("to_check_finish")){
hailiangAutoCacheLineDeviceDriver.writing("to_task", "0");
}
} }
} }
JSONObject resultJson = new JSONObject(); JSONObject resultJson = new JSONObject();