|
|
|
@ -2331,7 +2331,10 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
|
|
|
|
|
packageIds.add(parcelListEntity.getId()); |
|
|
|
|
} |
|
|
|
|
distributionAsyncService.handlPakcage(packageIds,myCurrentWarehouse.getId()); |
|
|
|
|
if (Func.isNotEmpty(packageIds)){ |
|
|
|
|
|
|
|
|
|
distributionAsyncService.handlPakcage(packageIds,myCurrentWarehouse.getId()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// if (Func.equals(parcelListEntity.getOrderPackageStatus(), OrderPackageStatusConstant.yiqianshou.getValue())) {
|
|
|
|
|