|
|
|
@ -674,6 +674,7 @@ public class PanFactoryDataServiceImpl implements IPanFactoryDataService {
|
|
|
|
|
|
|
|
|
|
if(Objects.isNull(vo)){ |
|
|
|
|
logger.warn("##############saveOrderPackage: 未在老系统查询到包件数据 unitNo={}",unitNo); |
|
|
|
|
throw new CustomerException(405,"未在老系统查询到包件数据"); |
|
|
|
|
}else{ |
|
|
|
|
|
|
|
|
|
OrderDetailEntity orderDetailEntity = orderDetailClient.findEntityByUnitNoAndOldWarehosueId(unitNo,oldWarehouseId); |
|
|
|
|