fix: 下发区域

This commit is contained in:
2024-07-03 13:09:08 +08:00
parent 465979349f
commit 349d09d7c4

View File

@@ -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) {
}
} }