rev:修改

This commit is contained in:
2026-07-02 16:29:09 +08:00
parent 6bcae33e16
commit 165eee94cf

View File

@@ -118,7 +118,8 @@ public class AutoCreateInst {
JSONObject paramTask = new JSONObject().fluentPut("device_code", acsTask.getNext_device_code());
HttpResponse httpResponse = acsToWmsService.checkTask(paramTask);
JSONObject jo = JSONObject.parseObject(httpResponse.body());
if (!jo.getString("is_create").equals("1")) {
JSONObject data = jo.getJSONObject("data");
if (!data.getString("is_create").equals("1")) {
continue;
}
}