xuhy
2025-07-03 a9a2fb2829de6110ec4d3e57e816f98fc16911f7
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());