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