mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 10:35:57 +08:00
update 修改状态修改权限字符
This commit is contained in:
parent
ca19b0054b
commit
ed09b7676d
@ -122,7 +122,7 @@ public class SysTenantController extends BaseController {
|
|||||||
* 状态修改
|
* 状态修改
|
||||||
*/
|
*/
|
||||||
@SaCheckRole(TenantConstants.SUPER_ADMIN_ROLE_KEY)
|
@SaCheckRole(TenantConstants.SUPER_ADMIN_ROLE_KEY)
|
||||||
@SaCheckPermission("system:tenantPackage:edit")
|
@SaCheckPermission("system:tenant:edit")
|
||||||
@Log(title = "租户", businessType = BusinessType.UPDATE)
|
@Log(title = "租户", businessType = BusinessType.UPDATE)
|
||||||
@PutMapping("/changeStatus")
|
@PutMapping("/changeStatus")
|
||||||
public R<Void> changeStatus(@RequestBody SysTenantBo bo) {
|
public R<Void> changeStatus(@RequestBody SysTenantBo bo) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user