src/main/java/org/springblade/modules/system/controller/UserController.java
@@ -602,6 +602,15 @@ } /** * 保安员列表树,帅选无保安证,下拉tree */ @GetMapping("/security-dispatcher-tree") public R<List<TreeNode>> getSecurityDispatcherTree(UserVO user) { List<TreeNode> tree = userService.getSecurityDispatcherTree(user); return R.data(tree); } /** * 自定义用户列表(只有保安员) */ @GetMapping("/selectInr")