From 47a0490b870854763d51dea4a130602c0e6d9ee8 Mon Sep 17 00:00:00 2001 From: wangxin Date: Sun, 30 Sep 2018 16:00:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E8=AE=AEarbitrary=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BAall?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/20180930/update_prococol_dict.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/main/resources/sql/20180930/update_prococol_dict.sql 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