|
|
|
@ -752,6 +752,9 @@ public class DistributionStockupAppController extends BladeController {
|
|
|
|
|
if(ObjectUtils.isNotNull(list) && list.size() > 1){ |
|
|
|
|
throw new ServiceException("查询到重复包条信息!!"); |
|
|
|
|
} |
|
|
|
|
if(ObjectUtils.isNull(list)){ |
|
|
|
|
throw new ServiceException("没有查询到包件信息"); |
|
|
|
|
} |
|
|
|
|
WarehouseUpdownGoodsEntity warehouseUpdownGoodsEntity = new WarehouseUpdownGoodsEntity(); |
|
|
|
|
warehouseUpdownGoodsEntity.setAllocationId(stockupDTO.getAllocationId()); |
|
|
|
|
warehouseUpdownGoodsEntity.setAssociationId(list.get(0).getId()); |
|
|
|
|