|
|
|
@ -3168,11 +3168,11 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
if (Func.isNotEmpty(packageListInfo)) { |
|
|
|
|
if (Func.isNotEmpty(signforEntity) && signforEntity.getSigningStatus().equals(SignforStatusConstant.yiqianshou.getValue())) { |
|
|
|
|
log.error("#############商配文员对已复核预约进行订单追加reservationId:{}", reservationEntity.getId()); |
|
|
|
|
throw new RuntimeException("收货单位:" + reservationEntity.getMallName() + "客户:" + reservationEntity.getConsignee() + "文员完成复核,无法追加订单"); |
|
|
|
|
throw new RuntimeException("收货单位:" + reservationEntity.getMallName() + ",客户:" + reservationEntity.getConsignee() + ",文员完成复核,无法追加订单"); |
|
|
|
|
} |
|
|
|
|
if (Func.isNotEmpty(reservationEntity) && reservationEntity.getSigningStatus().equals(ReservationSigningStatusConstant.yiqianshou.getValue())) { |
|
|
|
|
log.error("#############商配文员对已复核预约进行订单追加reservationId:{}", reservationEntity.getId()); |
|
|
|
|
throw new RuntimeException("收货单位:" + reservationEntity.getMallName() + "客户:" + reservationEntity.getConsignee() + "司机完成签收,无法追加订单"); |
|
|
|
|
throw new RuntimeException("收货单位:" + reservationEntity.getMallName() + ",客户:" + reservationEntity.getConsignee() + ",司机完成签收,无法追加订单"); |
|
|
|
|
} |
|
|
|
|
packageListInfo.forEach(p -> { |
|
|
|
|
orderPackageNum.getAndAdd(p.getQuantity()); |
|
|
|
@ -3197,11 +3197,11 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
} else { |
|
|
|
|
if (Func.isNotEmpty(signforEntity) && signforEntity.getSigningStatus().equals(SignforStatusConstant.yiqianshou.getValue())) { |
|
|
|
|
log.error("#############商配文员对已复核预约进行订单追加reservationId:{}", reservationEntity.getId()); |
|
|
|
|
throw new RuntimeException("收货单位:" + reservationEntity.getMallName() + "客户:" + reservationEntity.getConsignee() + "文员完成复核,无法追加订单"); |
|
|
|
|
throw new RuntimeException("收货单位:" + reservationEntity.getMallName() + ",客户:" + reservationEntity.getConsignee() + ",文员完成复核,无法追加订单"); |
|
|
|
|
} |
|
|
|
|
if (Func.isNotEmpty(reservationEntity) && reservationEntity.getSigningStatus().equals(ReservationSigningStatusConstant.yiqianshou.getValue())) { |
|
|
|
|
log.error("#############商配文员对已复核预约进行订单追加reservationId:{}", reservationEntity.getId()); |
|
|
|
|
throw new RuntimeException("收货单位:" + reservationEntity.getMallName() + "客户:" + reservationEntity.getConsignee() + "司机完成签收,无法追加订单"); |
|
|
|
|
throw new RuntimeException("收货单位:" + reservationEntity.getMallName() + ",客户:" + reservationEntity.getConsignee() + ",司机完成签收,无法追加订单"); |
|
|
|
|
} |
|
|
|
|
//查询该订单下的所有包件信息并插入该计划中
|
|
|
|
|
//添加该订单下可操作包件至计划中
|
|
|
|
@ -3338,11 +3338,11 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
if (Func.isEmpty(oldPackageList.get(p.getOrderPackageCode()))) { |
|
|
|
|
if (Func.isNotEmpty(signforEntity) && signforEntity.getSigningStatus().equals(SignforStatusConstant.yiqianshou.getValue())) { |
|
|
|
|
log.error("#############商配文员对已复核预约进行订单追加reservationId:{}", reservationEntity.getId()); |
|
|
|
|
throw new RuntimeException("收货单位:" + reservationEntity.getMallName() + "客户:" + reservationEntity.getConsignee() + "文员完成复核,无法追加订单"); |
|
|
|
|
throw new RuntimeException("收货单位:" + reservationEntity.getMallName() + ",客户:" + reservationEntity.getConsignee() + ",文员完成复核,无法追加订单"); |
|
|
|
|
} |
|
|
|
|
if (Func.isNotEmpty(reservationEntity) && reservationEntity.getSigningStatus().equals(ReservationSigningStatusConstant.yiqianshou.getValue())) { |
|
|
|
|
log.error("#############商配文员对司机完成签收订单追加reservationId:{}", reservationEntity.getId()); |
|
|
|
|
throw new RuntimeException("收货单位:" + reservationEntity.getMallName() + "客户:" + reservationEntity.getConsignee() + "司机完成签收,无法追加订单"); |
|
|
|
|
throw new RuntimeException("收货单位:" + reservationEntity.getMallName() + ",客户:" + reservationEntity.getConsignee() + ",司机完成签收,无法追加订单"); |
|
|
|
|
} |
|
|
|
|
//为该订单新增了包件
|
|
|
|
|
DistributionReservationPackageEntity reservationPackageEntity = new DistributionReservationPackageEntity(); |
|
|
|
|