角色授权菜单模块名称调整

This commit is contained in:
2025-04-11 15:56:14 +08:00
parent b79df17083
commit 347b2de45e
2 changed files with 16 additions and 1 deletions
@@ -0,0 +1,15 @@
update Sys_Const
set ConstText='关键事项与协调沟通'
where GroupId='MenuType_P' and ConstText='关键事项'
go
update Sys_Const
set ConstText='试车及移交管理'
where GroupId='MenuType_P' and ConstText='试车管理'
go
update Sys_Const
set ConstText='施工管理'
where GroupId='MenuType_P' and ConstText='进度管理'
go
delete Sys_Const
where GroupId='MenuType_P' and ConstText in('移交管理','材料管理','协调与沟通')
go