This commit is contained in:
psh
2024-04-12 11:04:44 +08:00
parent 7b8ab73513
commit 327664faea
3 changed files with 5 additions and 4 deletions

View File

@@ -345,11 +345,11 @@ public class SsxSiteDeviceDriver extends AbstractOpcDeviceDriver implements Devi
}
String resp = acsToWmsService.applyTask(request);
JSONObject res_jo = JSONObject.parseObject(resp);
if (StrUtil.equals(res_jo.getString("code"), "200")) {
// if (StrUtil.equals(res_jo.getString("code"), "200")) {
this.writing(type);
this.setRequireSucess(true);
log.info("acs申请任务", this.devicecode, "任务申请成功!");
}
// }
return true;
}
}