修改WBS基础库内容

This commit is contained in:
2023-04-24 17:18:08 +08:00
parent e2076852e6
commit dbfd7086e1
29 changed files with 557 additions and 51 deletions
@@ -0,0 +1,28 @@
insert into [Base_CNProfessional] values
('13d9ee9a-e585-4b40-907a-91fefcfce370','DZ','µõ×°',12)
GO
insert into [Base_CNProfessional] values
('5111e93d-1e8c-4ffa-ade1-8ad7934c2871','JH','¼Æ»®',1)
GO
update [Base_CNProfessional] set SortIndex=6 where CNProfessionalId='BEFD0713-9BA2-4973-B0A8-7C54D41CCEC0'
GO
update [Base_CNProfessional] set SortIndex=9 where CNProfessionalId='CVDSFDSF-RFRE-CDDE-BFRE-DFVDFEFEW567'
GO
update [Base_CNProfessional] set SortIndex=5 where CNProfessionalId='DEB367FF-AD35-41A0-B68E-FA8E68737B93'
GO
insert into [Base_CNProfessional] values
('ee762383-15df-4612-8f44-e4bfb26b351d','HJ','º¸½Ó',10)
GO
update [Base_CNProfessional] set SortIndex=3,[ProfessionalName]='ÍÁ½¨' where CNProfessionalId='F41C5022-F499-4BD7-84B6-E87E4CE53CAC'
GO
delete from Base_CNProfessional where CNProfessionalId='13d9ee9a-e585-4b40-907a-91fefcfce370'
GO
delete from WBS_Breakdown
delete from WBS_Division
GO
alter table WBS_Division add SubItemType char(1) null
alter table WBS_Breakdown add CheckAcceptType char(1) null
GO
insert into WBS_Division select * from CNCEC_SUBQHSEDB..WBS_Division
insert into WBS_Breakdown select * from CNCEC_SUBQHSEDB..WBS_Breakdown
GO
@@ -0,0 +1,3 @@
--ADD BY GaoFei 2023-04-23
1、修改质量WBS库为集团QHSE平台版本内容
--END