日志
This commit is contained in:
		| @@ -74,6 +74,7 @@ public class ByDayFlowDetailController extends BaseController | |||||||
|     /** |     /** | ||||||
|      * 获取部门下拉树列表 |      * 获取部门下拉树列表 | ||||||
|      */ |      */ | ||||||
|  |     @Log(title = "一日流程学习", businessType = BusinessType.QUERY) | ||||||
|     @GetMapping("/treeselect") |     @GetMapping("/treeselect") | ||||||
|     public AjaxResult treeselect(ByDayFlowDetail byDayFlowDetail) { |     public AjaxResult treeselect(ByDayFlowDetail byDayFlowDetail) { | ||||||
|         List<ByDayFlowDetail> byDayFlowDetails = byDayFlowDetailService.selectByDayFlowDetailListTree(byDayFlowDetail); |         List<ByDayFlowDetail> byDayFlowDetails = byDayFlowDetailService.selectByDayFlowDetailListTree(byDayFlowDetail); | ||||||
|   | |||||||
| @@ -68,6 +68,7 @@ public class ByMathController extends BaseController { | |||||||
|     /** |     /** | ||||||
|      * 获取部门下拉树列表 |      * 获取部门下拉树列表 | ||||||
|      */ |      */ | ||||||
|  |     @Log(title = "游戏数学学习", businessType = BusinessType.QUERY) | ||||||
|     @GetMapping("/treeselect") |     @GetMapping("/treeselect") | ||||||
|     public AjaxResult treeselect(ByMath byMath) { |     public AjaxResult treeselect(ByMath byMath) { | ||||||
|         List<ByMath> byMathDetails = byMathService.selectByMathListTree(byMath); |         List<ByMath> byMathDetails = byMathService.selectByMathListTree(byMath); | ||||||
|   | |||||||
| @@ -47,6 +47,7 @@ public class ByThemeController extends BaseController { | |||||||
|     /** |     /** | ||||||
|      * 获取部门下拉树列表 |      * 获取部门下拉树列表 | ||||||
|      */ |      */ | ||||||
|  |     @Log(title = "主题整合学习", businessType = BusinessType.QUERY) | ||||||
|     @GetMapping("/treeselect") |     @GetMapping("/treeselect") | ||||||
|     public AjaxResult treeselect(ByTheme byTheme) { |     public AjaxResult treeselect(ByTheme byTheme) { | ||||||
|         List<ByTheme> byThemeDetails = byThemeService.selectByThemeListTree(byTheme); |         List<ByTheme> byThemeDetails = byThemeService.selectByThemeListTree(byTheme); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user