diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/controller/SysUserController.java b/jeecg-boot/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/controller/SysUserController.java index 56ce3bfc8..bd137f757 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/controller/SysUserController.java +++ b/jeecg-boot/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/controller/SysUserController.java @@ -1691,7 +1691,7 @@ public class SysUserController { * @param jsonObject * @return */ - @RequiresPermissions("system:user:addTenantUser") + @SaCheckPermission("system:user:addTenantUser") @RequestMapping(value = "/addTenantUser", method = RequestMethod.POST) public Result addTenantUser(@RequestBody JSONObject jsonObject) { Result result = new Result();