|
|
|
@ -6058,7 +6058,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
retentionScanVos.addAll(distributionRetentionScanVos); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
if (Func.isEmpty(retentionScanVos)) { |
|
|
|
|
if (!Func.isEmpty(retentionScanVos)) { |
|
|
|
|
List<DistributionLoadscanAbnormalEntity> list = distributionLoadscanAbnormalService.list(Wrappers.<DistributionLoadscanAbnormalEntity>query().lambda() |
|
|
|
|
.eq(DistributionLoadscanAbnormalEntity::getPackageCode, distrilbutionloadingscanDTO.getBarcode()) |
|
|
|
|
); |
|
|
|
|