|
|
@ -1173,6 +1173,7 @@ public class DistributionStockupAppController extends BladeController { |
|
|
|
if (ObjectUtils.isNull(stockupDTO.getMallName()) || "null".equals(stockupDTO.getMallName())) { |
|
|
|
if (ObjectUtils.isNull(stockupDTO.getMallName()) || "null".equals(stockupDTO.getMallName())) { |
|
|
|
// 查询出来 重新复制
|
|
|
|
// 查询出来 重新复制
|
|
|
|
DistributionStockListEntity byId1 = distributionStockListService.getById(stockupDTO.getStockListId()); |
|
|
|
DistributionStockListEntity byId1 = distributionStockListService.getById(stockupDTO.getStockListId()); |
|
|
|
|
|
|
|
log.info("##################stockupScan: 库存品扫码,库存品id{}",byId1); |
|
|
|
if (!ObjectUtils.isNull(byId1)) { |
|
|
|
if (!ObjectUtils.isNull(byId1)) { |
|
|
|
stockupDTO.setMallName(byId1.getMallName()); |
|
|
|
stockupDTO.setMallName(byId1.getMallName()); |
|
|
|
} |
|
|
|
} |
|
|
|