|
|
@ -421,12 +421,10 @@ public class SysUserController extends BaseController |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 获取部门树列表 |
|
|
* 获取部门树列表 |
|
|
* @param studyId |
|
|
|
|
|
* @param studySubjectId |
|
|
|
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
|
@GetMapping("/deptUserList") |
|
|
@GetMapping("/deptUserList") |
|
|
public AjaxResult deptUserList(Long studyId,Long studySubjectId) |
|
|
|
|
|
|
|
|
public AjaxResult deptUserList() |
|
|
{ |
|
|
{ |
|
|
List<DeptUserTreeDto> depts = userService.selectDeptAndUser(); |
|
|
List<DeptUserTreeDto> depts = userService.selectDeptAndUser(); |
|
|
for(DeptUserTreeDto dept : depts){ |
|
|
for(DeptUserTreeDto dept : depts){ |
|
|
|