项目菜单授权补充数据管理

This commit is contained in:
夏菊 2025-12-15 11:02:55 +08:00
parent 32d2008212
commit fe2420ad81
1 changed files with 1 additions and 6 deletions

View File

@ -21,12 +21,7 @@ END
GO
select*from Sys_Const
where GroupId='MenuType_P'
order by SortIndex
--
--
IF NOT EXISTS (SELECT * FROM Sys_Const WHERE ID = 'F16A6722-148D-40E9-A0B5-ACEA5BFC5B10')
BEGIN
insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId)