This commit is contained in:
loujf
2022-07-21 13:38:10 +08:00
parent ce49d66ec9
commit a6ac7dbae4

View File

@@ -439,7 +439,7 @@ public class InstructionServiceImpl implements InstructionService, ApplicationAu
}
}
}
logServer.log(dto.getTask_code(),"create","",JSONObject.fromObject(dto).toString(),"","",now,dto.getCarno());
// logServer.log(dto.getTask_code(),"create","",JSONObject.fromObject(dto).toString(),"","",now,dto.getCarno());
//判断agv指令是否分配到车号
for (int i = 0; i < shortPathsList.size(); i++) {
RouteLineDto routeLineDto = shortPathsList.get(i);