代码更新
This commit is contained in:
@@ -186,7 +186,7 @@ public class ProductInstorServiceImpl implements ProductInstorService {
|
|||||||
//创建二楼去一楼的任务
|
//创建二楼去一楼的任务
|
||||||
JSONObject form = new JSONObject();
|
JSONObject form = new JSONObject();
|
||||||
form.put("point_code1", point_code);
|
form.put("point_code1", point_code);
|
||||||
form.put("point_code2", "1004");
|
form.put("point_code2", "NTB01");
|
||||||
form.put("vehicle_code", box_no);
|
form.put("vehicle_code", box_no);
|
||||||
form.put("task_type", "010507");
|
form.put("task_type", "010507");
|
||||||
cutConveyorTask.createTask(form);
|
cutConveyorTask.createTask(form);
|
||||||
|
|||||||
Reference in New Issue
Block a user