无关风月
2 天以前 b2e3d6532dbbb3929e01a598dcef7eb07f39b826
ruoyi-admin/src/main/java/com/ruoyi/web/controller/task/TaskUtil.java
@@ -332,8 +332,8 @@
            templateCount.setUserId(sysUser.getUserId());
            templateCountService.save(templateCount);
                taskCleanService.saveBatch(tasks);
                taskCount = taskCount + tasks.size();
            taskCleanService.saveBatch(tasks);
            taskCount = taskCount + tasks.size();
            }
            template.setTaskCount(taskCount);
            templateService.updateById(template);