remove permission for getinfo

This commit is contained in:
sxu 2025-06-12 10:49:16 +08:00
parent 10291e7c98
commit f8c2d57bd0
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ public class SysUserController extends BaseController {
/** /**
* 根据用户编号获取详细信息 * 根据用户编号获取详细信息
*/ */
@RequiresPermissionsOrInnerAuth(innerAuth = @InnerAuth, requiresPermissions = @RequiresPermissions("system:user:query")) //@RequiresPermissionsOrInnerAuth(innerAuth = @InnerAuth, requiresPermissions = @RequiresPermissions("system:user:query"))
@GetMapping(value = {"/", "/{userId}"}) @GetMapping(value = {"/", "/{userId}"})
public AjaxResult getInfo(@PathVariable(value = "userId", required = false) Long userId) { public AjaxResult getInfo(@PathVariable(value = "userId", required = false) Long userId) {
try { try {