xuhy
2025-07-03 ba3645bd1e9d66f1902335c433eb154ef1e82f69
ruoyi-admin/src/main/java/com/ruoyi/web/controller/task/TaskUtil.java
@@ -297,7 +297,7 @@
            templateCount.setTemplateId(detail.getId());
            templateCount.setTaskCount(tLocationList.size()* cycle);
            templateCount.setUserId(sysUser.getUserId());
            templateCountService.saveOrUpdate(templateCount);
            templateCountService.save(templateCount);
            taskCleanService.saveBatch(tasks);
            template.setTaskCount(tasks.size());