fix: 下发区域
This commit is contained in:
@@ -304,6 +304,7 @@ public class AutoCallAirShaftTask {
|
|||||||
// 访问acs判断有无气涨轴
|
// 访问acs判断有无气涨轴
|
||||||
JSONArray array = new JSONArray();
|
JSONArray array = new JSONArray();
|
||||||
JSONObject device = new JSONObject();
|
JSONObject device = new JSONObject();
|
||||||
|
device.put("product_area", "B2");
|
||||||
device.put("device_code", shafttubeivt.getPoint_code());
|
device.put("device_code", shafttubeivt.getPoint_code());
|
||||||
array.add(device);
|
array.add(device);
|
||||||
JSONObject pointStatus = wmsToAcsService.getPointStatus(array);
|
JSONObject pointStatus = wmsToAcsService.getPointStatus(array);
|
||||||
@@ -442,4 +443,8 @@ public class AutoCallAirShaftTask {
|
|||||||
trussCallAirShaftTask.createTask(param);
|
trussCallAirShaftTask.createTask(param);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean checkHasTask(SlitterPlanDistinctDto dto) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user