|
|
@ -642,19 +642,6 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib |
|
|
|
return Resp.scanFail("包件已签收", "包件已签收"); |
|
|
|
return Resp.scanFail("包件已签收", "包件已签收"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
//查询是否在其他车次进行装车
|
|
|
|
|
|
|
|
List<DistributionLoadscanEntity> loadscanEntityList = distributionLoadscanService.list(Wrappers.<DistributionLoadscanEntity>query().lambda() |
|
|
|
|
|
|
|
.eq(DistributionLoadscanEntity::getOrderPackageCode, distrilbutionloadingscanDTO.getBarcode()) |
|
|
|
|
|
|
|
.ne(DistributionLoadscanEntity::getScanStatus, LoadingStatusConstant.quxiao.getValue()) |
|
|
|
|
|
|
|
); |
|
|
|
|
|
|
|
if (!loadscanEntityList.isEmpty()){ |
|
|
|
|
|
|
|
boolean flag = loadscanEntityList.stream().anyMatch(l -> distrilbutionloadingscanDTO.getDeliveryId().equals(l.getDeliveryId())); |
|
|
|
|
|
|
|
if (flag){ |
|
|
|
|
|
|
|
return Resp.scanFail("包件在本车次装车", "包件已装车"); |
|
|
|
|
|
|
|
}else { |
|
|
|
|
|
|
|
return Resp.scanFail("包件在其他车次装车", "包件已装车"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (!Objects.isNull(parcelList)) { |
|
|
|
if (!Objects.isNull(parcelList)) { |
|
|
|
if (OrderPackageLoadingStatusConstant.yizhuangche.getValue().equals(parcelList.getOrderPackageLoadingStatus())) { |
|
|
|
if (OrderPackageLoadingStatusConstant.yizhuangche.getValue().equals(parcelList.getOrderPackageLoadingStatus())) { |
|
|
|
return Resp.scanFail("包件已装车", "包件已装车"); |
|
|
|
return Resp.scanFail("包件已装车", "包件已装车"); |
|
|
|