src/main/java/org/springblade/modules/system/controller/UserController.java
@@ -662,8 +662,8 @@ * @return */ @GetMapping("/seleL") public R seleL(String type,String deptid, String jurisdiction) { List<Map<String, Object>> list = userService.seleL(type,deptid, jurisdiction); public R seleL(String type,String deptid, String jurisdiction,Long userId) { List<Map<String, Object>> list = userService.seleL(type,deptid, jurisdiction,userId); return R.data(list); }