lbq
5 天以前 912b4dab5f847ab1108b18df1b5e06e85c71881e
rsf-server/src/main/java/com/vincent/rsf/server/manager/service/impl/TaskServiceImpl.java
@@ -1674,7 +1674,7 @@
                        throw new CoolException("单据明细不存在!!");
                    }
                    try {
                        saveOutStockItem(maps.get(key), orderItem,  loginUserId);
                        saveOutStockItem(taskItems, orderItem, null, null, loginUserId);
                    } catch (Exception e) {
                        throw new CoolException(e.getMessage());
                    }