From 51d4704585ded83a2b3ca5ccffa1ad56b9903f1f Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Thu, 15 Jan 2026 15:39:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E8=AF=95=E9=AA=8C=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20=E9=80=89=E6=8B=A9=E7=94=A8=E6=88=B7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/hxhq/system/controller/SysUserController.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/system/controller/SysUserController.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/system/controller/SysUserController.java index 3400132..578c37a 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/system/controller/SysUserController.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/system/controller/SysUserController.java @@ -421,12 +421,10 @@ public class SysUserController extends BaseController /** * 获取部门树列表 - * @param studyId - * @param studySubjectId * @return */ @GetMapping("/deptUserList") - public AjaxResult deptUserList(Long studyId,Long studySubjectId) + public AjaxResult deptUserList() { List depts = userService.selectDeptAndUser(); for(DeptUserTreeDto dept : depts){