Sfoglia il codice sorgente

优化调拨功能

java110 2 anni fa
parent
commit
f72034b7fd

+ 1 - 1
service-store/src/main/java/com/java110/store/cmd/resourceStore/AllocationStoreEnterCmd.java

@@ -124,7 +124,7 @@ public class AllocationStoreEnterCmd extends Cmd {
             //todo 查询调拨记录
             AllocationStorehouseDto allocationStorehouseDto = new AllocationStorehouseDto();
             allocationStorehouseDto.setApplyId(reqJson.getString("applyId"));
-            allocationStorehouseDto.setAsId(reqJson.getString("asId"));
+            allocationStorehouseDto.setAsId(resourceStore.getString("asId"));
             List<AllocationStorehouseDto> allocationStorehouseDtos = allocationStorehouseV1InnerServiceSMOImpl.queryAllocationStorehouses(allocationStorehouseDto);
             quantity = resourceStore.getIntValue("quantity");
             //todo 每条记录调拨