20230426新增功能:分公司且本部角色账号能在本部和项目登录、切换。

This commit is contained in:
2023-04-26 15:50:30 +08:00
parent 418ef0bd4a
commit 71028ea932
27 changed files with 112 additions and 194 deletions
@@ -0,0 +1,7 @@
alter table PHTGL_ContractStandingBook add UnitId varchar(50)
alter table PHTGL_BidDocumentsStandingBook add UnitId varchar(50)
alter table PHTGL_BidDocumentsStandingBook add DepartId varchar(50)
update Sys_Role set IsSystemBuilt=1 where RoleName like '%ºÏͬ¹ÜÀí%'
update [Sys_Menu] set IsEnd=1 where MenuId='0A5DF9F5-B6B5-41B8-8951-C203C5749495'
update [Sys_Menu] set IsEnd=1 where MenuId='C18B4A2E-7BE7-43E6-A969-8A6292D19987'