压机叫料时序修改 压机叫料任务未正常完成 未正常更新条码

This commit is contained in:
张江玮
2023-01-05 15:57:26 +08:00
parent 6733004128
commit 6bbfcae338
3 changed files with 8 additions and 6 deletions

View File

@@ -497,7 +497,7 @@ public class HfStationDeviceDriver extends AbstractOpcDeviceDriver implements De
json.put("type", "3");
JSONObject resp = acsToWmsService.apply(json);
if (StrUtil.equals(resp.getString("status"), "200")) {
this.writing(8);
this.writing(6);
this.setCallMaterialRequireSucess(true);
logServer.deviceInfo("acs申请任务", this.getDevice_code(), "压机叫料任务申请成功!");
}