|
|
|
@ -10088,8 +10088,8 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
distributionDeliverySelfEntity = distributionDeliverySelfMapper.selectDriverInfoByDeliveryIdAndDriverId(driverArtery.getId(), deliveryListEntity.getId()); |
|
|
|
|
} else { |
|
|
|
|
if (Objects.isNull(vehicleNub)) { |
|
|
|
|
log.error("文员扫描未选择司机!!"); |
|
|
|
|
throw new CustomerException("文员扫描未选择司机"); |
|
|
|
|
log.error("文员操作未选择司机!!"); |
|
|
|
|
throw new CustomerException("文员操作未选择司机"); |
|
|
|
|
} |
|
|
|
|
//默认为文员进行扫描,此时需要文员选择进行帮助扫描的司机
|
|
|
|
|
distributionDeliverySelfEntity = distributionDeliverySelfMapper.selectDriverInfoByDeliveryIdAndVehicleNub(deliveryListEntity.getId(), vehicleNub); |
|
|
|
|