|
@ -999,12 +999,12 @@ public class TaskServiceImpl extends CommonServiceImpl<TaskMapper, Task> impleme |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
List<RouteLineDto> shortPathsList = |
|
|
// List<RouteLineDto> shortPathsList =
|
|
|
routeLineService.getShortPathLines( |
|
|
// routeLineService.getShortPathLines(
|
|
|
entity.getStart_device_code(), |
|
|
// entity.getStart_device_code(),
|
|
|
entity.getNext_device_code(), |
|
|
// entity.getNext_device_code(),
|
|
|
entity.getRoute_plan_code()); |
|
|
// entity.getRoute_plan_code());
|
|
|
String type = shortPathsList.get(0).getType(); |
|
|
// String type = shortPathsList.get(0).getType();
|
|
|
// != 0 为agv任务
|
|
|
// != 0 为agv任务
|
|
|
// if (!StrUtil.equals(type, "0")) {
|
|
|
// if (!StrUtil.equals(type, "0")) {
|
|
|
// if (StrUtil.equals(paramService.findByCode(AcsConfig.AGVTYPE).getValue(), "3")) {
|
|
|
// if (StrUtil.equals(paramService.findByCode(AcsConfig.AGVTYPE).getValue(), "3")) {
|
|
|