Index: ssts-web/src/main/webapp/dataUpdater/sqls/4.5.2_4.5.3.sql =================================================================== diff -u -r16353 -r16385 --- ssts-web/src/main/webapp/dataUpdater/sqls/4.5.2_4.5.3.sql (.../4.5.2_4.5.3.sql) (revision 16353) +++ ssts-web/src/main/webapp/dataUpdater/sqls/4.5.2_4.5.3.sql (.../4.5.2_4.5.3.sql) (revision 16385) @@ -1 +1 @@ -update SterilizationRecord set biologyResult='无' where biologyResult is null; \ No newline at end of file +update SterilizationRecord set biologyResult='无' where biologyResult is null and status<>'灭菌中'; \ No newline at end of file