This commit is contained in:
zhanglipeng 2021-04-21 16:52:31 +08:00
parent be04ce66ec
commit 2870de3d22
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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