This commit is contained in:
2024-04-19 10:13:49 +08:00
24 changed files with 1898 additions and 66 deletions
@@ -0,0 +1,2 @@
update Comprehensive_DesignChangeOrder set ImplementationFrontState='已完成' where ImplementationFrontState like'%完成%';
update Comprehensive_DesignChangeOrder set ImplementationFrontState='实施中' where ImplementationFrontState !='已完成';