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()); }