|
|
|
@ -470,7 +470,7 @@ public class WarehouseTrayTypeServiceImpl extends BaseServiceImpl<WarehouseTrayT
|
|
|
|
|
return Resp.scanFail(2001,"包件不存在","系统无编码"); |
|
|
|
|
} |
|
|
|
|
String orderPackageStatus = parcelListEntity.getOrderPackageStatus(); |
|
|
|
|
if("20".equals(orderPackageStatus)){ |
|
|
|
|
if(!"20".equals(orderPackageStatus)){ |
|
|
|
|
log.warn("##############orderScanOrderPackageCode: 包件已不在库 orderPackageCode={} warehouseId={}",orderPackageCode,warehouseId); |
|
|
|
|
return Resp.scanFail(2001,"包件已不在库","包件已不在库"); |
|
|
|
|
} |
|
|
|
@ -738,7 +738,7 @@ public class WarehouseTrayTypeServiceImpl extends BaseServiceImpl<WarehouseTrayT
|
|
|
|
|
return Resp.scanFail(2001,"包件不在当前仓","包件不在当前仓"); |
|
|
|
|
} |
|
|
|
|
String orderPackageStatus = parcelListEntity.getOrderPackageStatus(); |
|
|
|
|
if("20".equals(orderPackageStatus)){ |
|
|
|
|
if(!"20".equals(orderPackageStatus)){ |
|
|
|
|
log.warn("##############orderScanOrderPackageCode: 包件已不在库 orderPackageCode={} warehouseId={}",orderPackageCode,warehouseId); |
|
|
|
|
return Resp.scanFail(2001,"包件已不在库","包件已不在库"); |
|
|
|
|
} |
|
|
|
|