fix:移成达培训
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
alter table dbo.Training_TestPlan add TrainTypeId nvarchar(50);
|
||||
go
|
||||
|
||||
|
||||
alter TABLE [dbo].[Training_CompanyTrainingItem]add
|
||||
[TestTrainingIds] [nvarchar](max) NULL ;
|
||||
|
||||
alter TABLE [dbo].[Training_CompanyTrainingItem]add
|
||||
[LearningTime] [int] NULL ;
|
||||
|
||||
alter TABLE [dbo].[Training_CompanyTrainingItem]add
|
||||
[Durations] [float](53) NULL ;
|
||||
|
||||
alter TABLE [dbo].[Training_TestRecord]add
|
||||
[CompanyTrainingItemId] [nvarchar](50) NULL ;
|
||||
|
||||
update sys_menu set IsUsed=0 where menuid='EF99E038-5A12-4E02-B925-6671F9AE16CA';
|
||||
update sys_menu set IsUsed=0 where menuid='10736CAC-A343-4D73-9D03-E6A3D1909A7B';
|
||||
update sys_menu set IsUsed=0 where menuid='6C314522-AF62-4476-893E-5F42C09C3077';
|
||||
update sys_menu set menuname='Åàѵ¼Ç¼¹ÜÀí' where menuid='1182E353-FAB9-4DB1-A1EC-F41A00892128';
|
||||
insert into Sys_Menu(MenuId,MenuName,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed)
|
||||
values('ACF2CAB1-CE56-4CED-B252-692558F9E36F','Åàѵ¼Ç¼','HSSE/EduTrain/Trainingrecords.aspx',50,'6A0506EB-05CE-4BB3-9BA9-866389F01E1C','Menu_HSSE',0,1,1);
|
||||
go
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user