允许内部调用,取消权限码

This commit is contained in:
syruan 2025-08-21 12:11:34 +08:00
parent 0ae56376ec
commit c461bb8f41
1 changed files with 2 additions and 1 deletions

View File

@ -524,7 +524,8 @@ public class SysUserController extends BaseController {
/** /**
* 查询部门人员树列表 * 查询部门人员树列表
*/ */
@RequiresPermissionsOrInnerAuth(innerAuth = @InnerAuth, requiresPermissions = @RequiresPermissions("system:user:list")) // @RequiresPermissionsOrInnerAuth(innerAuth = @InnerAuth, requiresPermissions = @RequiresPermissions("system:user:list"))
@RequiresPermissionsOrInnerAuth(innerAuth = @InnerAuth)
@PostMapping("/deptUserTree") @PostMapping("/deptUserTree")
public AjaxResult deptUserTree(@RequestBody SysUser sysUser) { public AjaxResult deptUserTree(@RequestBody SysUser sysUser) {
try { try {