|
|
|
@ -1142,6 +1142,9 @@ public class DistributionParcelListServiceImpl extends BaseServiceImpl<Distribut
|
|
|
|
|
int outboundQuantity = distributionParcelNumberEntity.getOutboundQuantity(); |
|
|
|
|
int signinQuantity = distributionParcelNumberEntity.getSigninQuantity(); |
|
|
|
|
if (totalQuantity > 0){ |
|
|
|
|
if (handledQuantity == totalQuantity){ |
|
|
|
|
parcelListEntity.setOrderPackageStatus(OrderPackageStatusConstant.yiruku.getValue()); |
|
|
|
|
} |
|
|
|
|
parcelListEntity.setId(parcelListId); |
|
|
|
|
if ((deliveryQuantity + outboundQuantity) == 0){ |
|
|
|
|
parcelListEntity.setOrderPackageReservationStatus(OrderPackageReservationStatusConstant.daiyuyue.getValue()); |
|
|
|
@ -1156,6 +1159,7 @@ public class DistributionParcelListServiceImpl extends BaseServiceImpl<Distribut
|
|
|
|
|
parcelListEntity.setOrderPackageReservationStatus(OrderPackageStatusConstant.yichuku.getValue()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (signinQuantity == totalQuantity){ |
|
|
|
|
parcelListEntity.setOrderPackageStatus(OrderPackageStatusConstant.yiqianshou.getValue()); |
|
|
|
|
} |
|
|
|
|