dev:下发二楼到一楼的任务终点修改

This commit is contained in:
2023-11-24 16:33:26 +08:00
parent 816d50d42d
commit 37fdf2598c

View File

@@ -248,7 +248,12 @@ public class ProductInstorServiceImpl implements ProductInstorService {
//创建二楼去一楼的任务
JSONObject form = new JSONObject();
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("task_type", "010507");
cutConveyorTask.createTask(form);