|
|
@ -3576,10 +3576,6 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib |
|
|
|
break; |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
List<DistributionDeliverySelfDTO> allocationInfo = deliveryListDTO.getAllocationInfo(); |
|
|
|
List<DistributionDeliverySelfDTO> allocationInfo = deliveryListDTO.getAllocationInfo(); |
|
|
|
if (Strings.isBlank(deliveryListDTO.getMasterDriverName())){ |
|
|
|
|
|
|
|
//无主司机信息 进行主司机默认赋予
|
|
|
|
|
|
|
|
deliveryListDTO.setMasterDriverName(allocationInfo.get(0).getDriverName()); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (Func.isEmpty(allocationInfo)) { |
|
|
|
if (Func.isEmpty(allocationInfo)) { |
|
|
|
//这里就表示是三方配送
|
|
|
|
//这里就表示是三方配送
|
|
|
|
DistributionDeliveryTripartiteDTO tripartite = deliveryListDTO.getTripartite(); |
|
|
|
DistributionDeliveryTripartiteDTO tripartite = deliveryListDTO.getTripartite(); |
|
|
|