Browse Source

Merge remote-tracking branch 'origin/dev' into dev

pre-production
zhaoqiaobo 5 months ago
parent
commit
b38afac610
  1. 2
      blade-service/logpm-warehouse/src/main/java/com/logpm/warehouse/service/impl/WarehouseWarehousingEntryServiceImpl.java

2
blade-service/logpm-warehouse/src/main/java/com/logpm/warehouse/service/impl/WarehouseWarehousingEntryServiceImpl.java

@ -285,7 +285,7 @@ public class WarehouseWarehousingEntryServiceImpl extends BaseServiceImpl<Wareho
} else { } else {
//查询库存品信息 //查询库存品信息
DistributionStockListEntity stockListEntity = new DistributionStockListEntity(); DistributionStockListEntity stockListEntity = new DistributionStockListEntity();
stockListEntity.setStoreId(warehousingEntryDTO.getStoreId()); stockListEntity.setIncomingBatch(warehousingEntryDTO.getReceiptBatch());
stockListEntity.setMarketId(warehousingEntryDTO.getClientId()); stockListEntity.setMarketId(warehousingEntryDTO.getClientId());
stockListEntity.setMaterialId(warehousingDetail.getMaterialId()); stockListEntity.setMaterialId(warehousingDetail.getMaterialId());
stockListEntity.setIncomingBatch(warehousingEntryDTO.getReceiptBatch()); stockListEntity.setIncomingBatch(warehousingEntryDTO.getReceiptBatch());

Loading…
Cancel
Save