1
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
|
||||
|
||||
--ÏîÄ¿¼¶Ìîд¼¯ÍŶ½²é¼ì²é
|
||||
|
||||
IF NOT EXISTS (SELECT * FROM Sys_Menu WHERE MenuId = 'DEC083C5-BDB7-4C1A-85DD-3B4D3E234AB6')
|
||||
BEGIN
|
||||
INSERT INTO dbo.Sys_Menu (MenuId, MenuName,Url, SortIndex, SuperMenu, MenuType, IsOffice, IsEnd, IsUsed)
|
||||
VALUES (N'DEC083C5-BDB7-4C1A-85DD-3B4D3E234AB6', N'¼¯ÍŶ½²é¼ì²é', N'DCGL/ServerCheck/CheckRectify.aspx?proType=1', 01, N'467A0CB9-737D-4451-965E-869EBC3A4BD6', N'Menu_HSSE', 1,1, 1);
|
||||
END
|
||||
GO
|
||||
|
||||
|
||||
|
||||
IF NOT EXISTS (SELECT * FROM Sys_Menu WHERE MenuId = 'DEC083C5-BDB7-4C1A-85DD-3B4D3E234AB7')
|
||||
BEGIN
|
||||
INSERT INTO dbo.Sys_Menu (MenuId, MenuName,Url, SortIndex, SuperMenu, MenuType, IsOffice, IsEnd, IsUsed)
|
||||
VALUES (N'DEC083C5-BDB7-4C1A-85DD-3B4D3E234AB7', N'¼¯ÍŶ½²é¼ì²é', N'DCGL/ServerCheck/CheckRectify.aspx?proType=1', 01, N'A54EC449-5F77-4068-83B9-AA305B721A0B', N'Menu_CQMS', 1,1, 1);
|
||||
END
|
||||
GO
|
||||
|
||||
update Sys_Menu
|
||||
set MenuType='Menu_CQMS'
|
||||
WHERE MenuId = 'DEC083C5-BDB7-4C1A-85DD-3B4D3E234AB7'
|
||||
GO
|
||||
Reference in New Issue
Block a user