代码更新

This commit is contained in:
2023-03-15 10:45:04 +08:00
parent 171812a96c
commit b8ab934b4b

View File

@@ -186,7 +186,7 @@ public class ProductInstorServiceImpl implements ProductInstorService {
//创建二楼去一楼的任务
JSONObject form = new JSONObject();
form.put("point_code1", point_code);
form.put("point_code2", "1004");
form.put("point_code2", "NTB01");
form.put("vehicle_code", box_no);
form.put("task_type", "010507");
cutConveyorTask.createTask(form);