|
|
@ -1173,7 +1173,9 @@ public class DistributionStockupAppController extends BladeController { |
|
|
|
if(ObjectUtils.isNull(stockupDTO.getMallName())){ |
|
|
|
if(ObjectUtils.isNull(stockupDTO.getMallName())){ |
|
|
|
// 查询出来 重新复制
|
|
|
|
// 查询出来 重新复制
|
|
|
|
DistributionStockListEntity byId1 = distributionStockListService.getById(stockupDTO.getStockListId()); |
|
|
|
DistributionStockListEntity byId1 = distributionStockListService.getById(stockupDTO.getStockListId()); |
|
|
|
stockupDTO.setMallName(byId1.getMallName()); |
|
|
|
if(!ObjectUtils.isNull(byId1)){ |
|
|
|
|
|
|
|
stockupDTO.setMallName(byId1.getMallName()); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|