From 2870de3d220af266cb26ba8efb1782906b62ca7b Mon Sep 17 00:00:00 2001 From: zhanglipeng <chinazhanglipeng@qq.com> Date: Wed, 21 Apr 2021 16:52:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project/benyi/controller/ByDayFlowDetailController.java | 1 + .../com/ruoyi/project/benyi/controller/ByMathController.java | 1 + .../com/ruoyi/project/benyi/controller/ByThemeController.java | 1 + 3 files changed, 3 insertions(+) diff --git a/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByDayFlowDetailController.java b/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByDayFlowDetailController.java index 731aae03f..f2cea7bd9 100644 --- a/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByDayFlowDetailController.java +++ b/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByDayFlowDetailController.java @@ -74,6 +74,7 @@ public class ByDayFlowDetailController extends BaseController /** * 获取部门下拉树列表 */ + @Log(title = "一日流程学习", businessType = BusinessType.QUERY) @GetMapping("/treeselect") public AjaxResult treeselect(ByDayFlowDetail byDayFlowDetail) { List<ByDayFlowDetail> byDayFlowDetails = byDayFlowDetailService.selectByDayFlowDetailListTree(byDayFlowDetail); diff --git a/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByMathController.java b/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByMathController.java index a4a52cc34..5c1af0afe 100644 --- a/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByMathController.java +++ b/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByMathController.java @@ -68,6 +68,7 @@ public class ByMathController extends BaseController { /** * 获取部门下拉树列表 */ + @Log(title = "游戏数学学习", businessType = BusinessType.QUERY) @GetMapping("/treeselect") public AjaxResult treeselect(ByMath byMath) { List<ByMath> byMathDetails = byMathService.selectByMathListTree(byMath); diff --git a/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByThemeController.java b/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByThemeController.java index b22fa48ea..bc8878176 100644 --- a/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByThemeController.java +++ b/ruoyi/src/main/java/com/ruoyi/project/benyi/controller/ByThemeController.java @@ -47,6 +47,7 @@ public class ByThemeController extends BaseController { /** * 获取部门下拉树列表 */ + @Log(title = "主题整合学习", businessType = BusinessType.QUERY) @GetMapping("/treeselect") public AjaxResult treeselect(ByTheme byTheme) { List<ByTheme> byThemeDetails = byThemeService.selectByThemeListTree(byTheme);