diff --git a/src/main/resources/sql/20180930/update_prococol_dict.sql b/src/main/resources/sql/20180930/update_prococol_dict.sql new file mode 100644 index 000000000..f0e7ccafb --- /dev/null +++ b/src/main/resources/sql/20180930/update_prococol_dict.sql @@ -0,0 +1 @@ +UPDATE sys_data_dictionary_item SET item_value='all' WHERE dictionary_id=(SELECT id FROM sys_data_dictionary_name WHERE mark='protocol') AND item_code=0; \ No newline at end of file