|
|
@ -8649,8 +8649,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution |
|
|
|
public void maintainIsHaveAbnormalPackage(Long reservationId) { |
|
|
|
public void maintainIsHaveAbnormalPackage(Long reservationId) { |
|
|
|
long count = distributionLoadscanAbnormalService.count(Wrappers.<DistributionLoadscanAbnormalEntity>query().lambda() |
|
|
|
long count = distributionLoadscanAbnormalService.count(Wrappers.<DistributionLoadscanAbnormalEntity>query().lambda() |
|
|
|
.eq(DistributionLoadscanAbnormalEntity::getReservationId, reservationId) |
|
|
|
.eq(DistributionLoadscanAbnormalEntity::getReservationId, reservationId) |
|
|
|
.eq(DistributionLoadscanAbnormalEntity::getAuditingStatus, LoadingAbnormalAuditingStatusConstant.daishenhe.getValue()) |
|
|
|
.eq(DistributionLoadscanAbnormalEntity::getComplete, Integer.parseInt(IsOrNoConstant.no.getValue())) |
|
|
|
.eq(DistributionLoadscanAbnormalEntity::getComplete, Integer.parseInt(IsOrNoConstant.yes.getValue())) |
|
|
|
|
|
|
|
); |
|
|
|
); |
|
|
|
if (count == 0) { |
|
|
|
if (count == 0) { |
|
|
|
//进行签收的维护
|
|
|
|
//进行签收的维护
|
|
|
|