1
This commit is contained in:
@@ -11,7 +11,7 @@ SELECT SuperMenu,MenuType,SortIndex,* FROM Sys_Menu WHERE MenuName='
|
||||
IF NOT EXISTS (SELECT * FROM Sys_Menu WHERE MenuId = '204ACA82-15B4-4C80-AE9F-ACF25CE79999')
|
||||
BEGIN
|
||||
INSERT INTO dbo.Sys_Menu (MenuId, MenuName,Url, SortIndex, SuperMenu, MenuType, IsOffice, IsEnd, IsUsed)
|
||||
VALUES (N'204ACA82-15B4-4C80-AE9F-ACF25CE79999', N'集团主数据在建项目使用情况', N'ProjectData/MasterProjectData.aspx', 45,SuperMenu, MenuType, 1,1, 1);
|
||||
VALUES (N'204ACA82-15B4-4C80-AE9F-ACF25CE79999', N'集团主数据在建项目使用情况', N'ProjectData/MasterProjectData.aspx', 45,'C2297533-B7C0-441E-B29F-ADE87C6F8978', 'Menu_SysSet', 1,1, 1);
|
||||
END
|
||||
GO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user