fix: 修复租户套餐更新时租户权限未更新问题、租户操作日志未记录问题、租户角色管理模块菜单过滤、删除租户时菜单被删除问题

This commit is contained in:
小熊
2025-07-20 19:21:07 +08:00
parent 382c87f8bd
commit ada6f3ef5c
8 changed files with 59 additions and 10 deletions

View File

@@ -223,7 +223,7 @@ continew-starter.tenant:
- sys_sms_log # 短信日志表
- sys_client # 客户端表
- sys_app # 应用表
- sys_menu
- sys_menu # 菜单表
# 忽略菜单 ID租户不能使用的菜单
ignore-menus:
- 1130 # 字典管理
@@ -234,6 +234,7 @@ continew-starter.tenant:
- 7000 # 能力开放
- 8000 # 任务调度
- 9000 # 开发工具
- 1050 # 菜单管理
--- ### 限流器配置
continew-starter: