dev:下发二楼到一楼的任务终点修改
This commit is contained in:
@@ -248,7 +248,12 @@ 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", "NTB01");
|
if (point_code.startsWith("N")){
|
||||||
|
form.put("point_code2", "N1001");
|
||||||
|
}else {
|
||||||
|
form.put("point_code2", "S1001");
|
||||||
|
}
|
||||||
|
|
||||||
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