This commit is contained in:
parent
255a37051e
commit
065f73a392
|
@ -5,7 +5,7 @@ IF NOT EXISTS (SELECT * FROM Sys_Menu WHERE MenuId = 'F2601FA2-2C70-44A2-A2B0-2E
|
||||||
BEGIN
|
BEGIN
|
||||||
--ÏîÄ¿»·¾³ÉèÖÃ
|
--ÏîÄ¿»·¾³ÉèÖÃ
|
||||||
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
|
INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
|
||||||
VALUES('F2601FA2-2C70-44A2-A2B0-2E3A5458AE00','ÏîÄ¿½ø¶ÈÉèÖÃ','/SysManage/Schedule.aspx',100,'0','Menu_ProjectSet',0,1,1)
|
VALUES('F2601FA2-2C70-44A2-A2B0-2E3A5458AE00','ÏîÄ¿½ø¶ÈÉèÖÃ','SysManage/Schedule.aspx',100,'0','Menu_ProjectSet',0,1,1)
|
||||||
END
|
END
|
||||||
GO
|
GO
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue