角色增加包含系统参数,切换系统时只需展示当前用户包含的子系统

This commit is contained in:
thinkgem
2023-08-16 16:30:42 +08:00
parent 2cfe47fcd0
commit b2654d3044
21 changed files with 386 additions and 294 deletions

View File

@@ -699,6 +699,7 @@ CREATE TABLE [js_sys_role]
[desktop_url] varchar(255),
[data_scope] char(1),
[biz_scope] varchar(255),
[sys_codes] nvarchar(500),
[status] char(1) DEFAULT '0' NOT NULL,
[create_by] varchar(64) NOT NULL,
[create_date] datetime NOT NULL,