Your Name
2023-08-31 a2ffd807b9834e59efe11db6042050d33b798539
优化调拨入库
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
@@ -69,7 +69,7 @@
                = allocationStorehouseApplyInnerServiceSMOImpl.queryAllocationStorehouseApplys(allocationStorehouseApplyDto);
        Assert.listOnlyOne(allocationStorehouseDtos, "调拨申请单存在多条");
        if (reqJson.containsKey("resourceStores")) {
        if (!reqJson.containsKey("resourceStores")) {
            throw new CmdException("未包含物品");
        }
        JSONArray resourceStores = reqJson.getJSONArray("resourceStores");