SGGL_JT/DataBase/版本日志/SGGLDB_2025-09-16-geh.sql

18 lines
1.4 KiB
Transact-SQL
Raw 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.


UPDATE [dbo].[Sys_Menu]
SET [MenuName] = N'本部移动端检查',
[Icon] = NULL,
[Url] = N'Customization/ZJ/HSSE/HiddenInspection/UnitHiddenRectificationList.aspx',
[SortIndex] = 170,
[SuperMenu] = N'0',
[MenuType] = N'Menu_SJTB',
[IsOffice] = '0',
[IsEnd] = '1',
[IsUsed] = '1'
WHERE
CONVERT ( NVARCHAR ( MAX ), [MenuId] ) = N'F954A8E6-04CE-4C1C-A240-2CB229138797';
INSERT INTO [dbo].[Sys_Menu] ( [MenuId], [MenuName], [Icon], [Url], [SortIndex], [SuperMenu], [MenuType], [IsOffice], [IsEnd], [IsUsed] )
VALUES
( N'976F859C-BE8C-4A88-8117-C6A971872135', N'本部移动端检查', NULL, N'Customization/ZJ/HSSE/HiddenInspection/UnitHiddenRectificationList.aspx', 10, N'0', N'Menu_SJTB_P', '0', '1', '1' );