提交代码
This commit is contained in:
@@ -15,4 +15,15 @@ alter table PreRun_SubInspectTerm add UnifyWanderAboutData datetime null
|
||||
GO
|
||||
--统一流转审核意见
|
||||
alter table PreRun_SubInspectTerm add UnifyWanderAboutOpinion varchar(max) null
|
||||
GO
|
||||
|
||||
|
||||
--清空数据
|
||||
delete from CQMS_Performance
|
||||
delete from CQMS_Performance_Child1
|
||||
delete from CQMS_Performance_Child2
|
||||
delete from CQMS_Performance_Child3
|
||||
GO
|
||||
--主表增加施工进度数量
|
||||
alter table CQMS_Performance add SgCount int null
|
||||
GO
|
||||
Reference in New Issue
Block a user