|
|
@ -3588,6 +3588,10 @@ public class DistributionReservationServiceImpl extends BaseServiceImpl<Distribu |
|
|
|
log.info(method+"检测当前取消包件存在装车或者签收操作:packageId{}",distributionCancelReservationPackageDTO.getPackageIds()); |
|
|
|
log.info(method+"检测当前取消包件存在装车或者签收操作:packageId{}",distributionCancelReservationPackageDTO.getPackageIds()); |
|
|
|
throw new RuntimeException("包件存在装车、签收,无法进行取消"); |
|
|
|
throw new RuntimeException("包件存在装车、签收,无法进行取消"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
//修改包件状态
|
|
|
|
|
|
|
|
parcelListEntity.setOrderPackageStatus(OrderPackageStatusConstant.yiruku.getValue()); |
|
|
|
|
|
|
|
parcelListEntity.setOrderPackageReservationStatus(OrderPackageReservationStatusConstant.daiyuyue.getValue()); |
|
|
|
|
|
|
|
distributionParcelListMapper.updateById(parcelListEntity); |
|
|
|
/** |
|
|
|
/** |
|
|
|
* 取消指定预约下包件 |
|
|
|
* 取消指定预约下包件 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|