lbq
1 天以前 076cd7a73eb60c86d43eda67c5625704576d44cc
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());
                    }