|
|
|
@ -1089,7 +1089,15 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
String driverPhone = ""; |
|
|
|
|
String vehicleNub = ""; |
|
|
|
|
Long loadingId = null; |
|
|
|
|
List<DistributionDeliverySelfVO> deliverySelfInfo = distributionDeliverySelfMapper.getDeliverySelfInfo(deliveryListEntity.getId()); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List<DistributionDeliverySelfVO> deliverySelfInfo = null; |
|
|
|
|
if (deliveryListEntity.getKind().equals(ServiceConstant.DELIVERLIST_KIND_SELF)) { |
|
|
|
|
deliverySelfInfo = distributionDeliverySelfMapper.getDeliverySelfInfo(deliveryListEntity.getId()); |
|
|
|
|
} else { |
|
|
|
|
DistributionDeliveryTripartiteVO deliveryTripartiteInfo = distributionDeliveryTripartiteMapper.getDeliveryTripartiteInfo(deliveryListEntity.getId()); |
|
|
|
|
BeanUtils.copyProperties(deliverySelfInfo, deliveryTripartiteInfo); |
|
|
|
|
} |
|
|
|
|
//查询该车次负责司机
|
|
|
|
|
for (DistributionReservationZeroPackageEntity reservationZeroPackageEntity : reservationZeroPackageEntities) { |
|
|
|
|
//查询订单
|
|
|
|
|