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

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

View File

@ -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

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />