java110
2023-08-31 f72034b7fd46bccce58c72d740dc7d5e420cb523
优化调拨功能
1个文件已修改
2 ■■■ 已修改文件
service-store/src/main/java/com/java110/store/cmd/resourceStore/AllocationStoreEnterCmd.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-store/src/main/java/com/java110/store/cmd/resourceStore/AllocationStoreEnterCmd.java
@@ -124,7 +124,7 @@
            //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 每条记录调拨