This commit is contained in:
psh
2024-04-18 15:13:42 +08:00
parent ca99141253
commit b1ea92b9f4
3 changed files with 4 additions and 4 deletions

View File

@@ -443,11 +443,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;
}
}