xinjiang/DataBase/Sys_menu_2022-07-03.sql

4 lines
1.5 KiB
Transact-SQL
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/****** Script for SelectTopNRows command from SSMS ******/
UPDATE TOP(1) [SGGLDB].[dbo].[Sys_Menu] SET [MenuId]=N'EDC50857-7762-4498-83C6-5BDE85036BAB', [MenuName]=N'风险评价', [Icon]=NULL, [Url]=N'HSSE/Hazard/HazardList.aspx', [SortIndex]='20', [SuperMenu]=N'9A3212F8-2392-4F21-A8C7-FF5EE3B191F1', [MenuType]=N'Menu_HSSE', [IsOffice]='0', [IsEnd]='1', [IsUsed]='1' WHERE ([MenuId]=N'EDC50857-7762-4498-83C6-5BDE85036BAB');
UPDATE TOP(1) [SGGLDB].[dbo].[Sys_Menu] SET [MenuId]=N'9A3212F8-2392-4F21-A8C7-FF5EE3B191F1', [MenuName]=N'风险分级动态管控', [Icon]=NULL, [Url]=N'', [SortIndex]='50', [SuperMenu]=N'E38EE43D-C526-493F-A177-712BA9B22291', [MenuType]=N'Menu_HSSE', [IsOffice]='0', [IsEnd]='0', [IsUsed]='1' WHERE ([MenuId]=N'9A3212F8-2392-4F21-A8C7-FF5EE3B191F1');