质量月报修改

This commit is contained in:
2024-04-18 10:00:35 +08:00
parent 1c14fbc61b
commit d1e5badc5b
8 changed files with 18 additions and 11 deletions
@@ -0,0 +1,2 @@
update Comprehensive_DesignChangeOrder set ImplementationFrontState='已完成' where ImplementationFrontState like'%完成%';
update Comprehensive_DesignChangeOrder set ImplementationFrontState='实施中' where ImplementationFrontState !='已完成';