|
|
|
@ -9010,7 +9010,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib
|
|
|
|
|
return Resp.scanFail("此包件数据错误", "此包件数据错误"); |
|
|
|
|
} |
|
|
|
|
DisStockListDetailEntity disStockListDetailEntity = invemtoryPackageList.get(0); |
|
|
|
|
if (!disStockListDetailEntity.getStockLockingStatus().equals(OrderPackageLoadingStatusConstant.yizhuangche.getValue())) { |
|
|
|
|
if (disStockListDetailEntity.getStockLockingStatus().equals(OrderPackageLoadingStatusConstant.yizhuangche.getValue())) { |
|
|
|
|
return Resp.scanFail("已装车", "已装车"); |
|
|
|
|
} |
|
|
|
|
disStockListDetailEntity.setStockLockingStatus(OrderPackageLoadingStatusConstant.yizhuangche.getValue()); |
|
|
|
|