Index: ssts-web/src/main/webapp/dataUpdater/sqls/4.9.43_4.9.44.sql =================================================================== diff -u -r27822 -r27829 --- ssts-web/src/main/webapp/dataUpdater/sqls/4.9.43_4.9.44.sql (.../4.9.43_4.9.44.sql) (revision 27822) +++ ssts-web/src/main/webapp/dataUpdater/sqls/4.9.43_4.9.44.sql (.../4.9.43_4.9.44.sql) (revision 27829) @@ -1,2 +1,2 @@ -update SS_USERATTRIBUTE set messagePromptType = '物品名称和数量提示' where messagePromptType = '详细提示' -update SS_USERATTRIBUTE set messagePromptType = '滴声提示' where messagePromptType = '精简提示' \ No newline at end of file +update SS_USERATTRIBUTE set messagePromptType = '物品名称和数量提示' where messagePromptType = '详细提示'; +update SS_USERATTRIBUTE set messagePromptType = '滴声提示' where messagePromptType = '精简提示'; \ No newline at end of file Index: ssts-web/src/main/webapp/dataUpdater/sqls/4.9.42_4.9.43.sql =================================================================== diff -u -r27804 -r27829 --- ssts-web/src/main/webapp/dataUpdater/sqls/4.9.42_4.9.43.sql (.../4.9.42_4.9.43.sql) (revision 27804) +++ ssts-web/src/main/webapp/dataUpdater/sqls/4.9.42_4.9.43.sql (.../4.9.42_4.9.43.sql) (revision 27829) @@ -1,8 +1,4 @@ --- 监测项“重复填写”默认值为否 -update FormDefinitionItem set repeatWrite = '否' where repeatWrite is null --- 监测定义“录入回收记录”默认值为否 -update QualityMonitoringDefinition set recordRecycleInformation = '否' where recordRecycleInformation is null --- 监测定义“录入清洗记录”默认值为否 -update QualityMonitoringDefinition set recordRinseInformation = '否' where recordRinseInformation is null --- 监测定义“录入灭菌记录”默认值为否 -update QualityMonitoringDefinition set recordSterilizatioInformation = '否' where recordSterilizatioInformation is null \ No newline at end of file +update FormDefinitionItem set repeatWrite = '否' where repeatWrite is null; +update QualityMonitoringDefinition set recordRecycleInformation = '否' where recordRecycleInformation is null; +update QualityMonitoringDefinition set recordRinseInformation = '否' where recordRinseInformation is null; +update QualityMonitoringDefinition set recordSterilizatioInformation = '否' where recordSterilizatioInformation is null; \ No newline at end of file