|
|
@ -1173,8 +1173,10 @@ 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()); |
|
|
|
|
|
|
|
if(!ObjectUtils.isNull(byId1)){ |
|
|
|
stockupDTO.setMallName(byId1.getMallName()); |
|
|
|
stockupDTO.setMallName(byId1.getMallName()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 2打印处理的扫码
|
|
|
|
// 2打印处理的扫码
|
|
|
|