提交代码

This commit is contained in:
2023-11-06 15:45:52 +08:00
parent 0b84177640
commit 47921967d7
15 changed files with 909 additions and 540 deletions
@@ -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