|
|
|
@ -73,8 +73,8 @@ public class MapLogisticController {
@@ -73,8 +73,8 @@ public class MapLogisticController {
|
|
|
|
|
mapTaskPresetList.forEach(childItem -> childItem.setKey(childItem.getId())); |
|
|
|
|
item.setMapTaskPreset(mapTaskPresetList); |
|
|
|
|
}); |
|
|
|
|
List<MapLogisticPoint> mapLogisticPointList = iMapLogisticPointService.getTaskPointByCourierUserId(mapLogistic.getCourierUserId()); |
|
|
|
|
List<MapLogisticPoint> mapTaskPresetLogisticPointList = iMapLogisticPointService.getTaskPresetPointByCourierUserId(mapLogistic.getCourierUserId()); |
|
|
|
|
List<MapLogisticPoint> mapLogisticPointList = iMapLogisticPointService.getTaskPointByCourierUserId(courierUserId); |
|
|
|
|
List<MapLogisticPoint> mapTaskPresetLogisticPointList = iMapLogisticPointService.getTaskPresetPointByCourierUserId(courierUserId); |
|
|
|
|
mapLogisticPointList.forEach(item -> item.setKey(item.getId())); |
|
|
|
|
mapTaskPresetLogisticPointList.forEach(item -> item.setKey(item.getId())); |
|
|
|
|
mapLogistic.setMapTask(mapTaskList); |
|
|
|
|