Index: ssts-web/src/main/webapp/dataUpdater/sqls/4.9.90_4.9.91.sql =================================================================== diff -u -r33687 -r33836 --- ssts-web/src/main/webapp/dataUpdater/sqls/4.9.90_4.9.91.sql (.../4.9.90_4.9.91.sql) (revision 33687) +++ ssts-web/src/main/webapp/dataUpdater/sqls/4.9.90_4.9.91.sql (.../4.9.90_4.9.91.sql) (revision 33836) @@ -1,2 +1,2 @@ update DisposableGoods set whetherToCharge = '是' where whetherToCharge is null; -update SupplyRoomConfig set isFtOnlyImplantConvert = 1 where supplyRoomType = 0; \ No newline at end of file +update SupplyRoomConfig set isFtOnlyImplantConvert = 1 where supplyRoomType = 0 and isFtOnlyImplantConvert is null; \ No newline at end of file