From b62292b6691814228a79de969c7beb70847679ad Mon Sep 17 00:00:00 2001 From: wangxin Date: Thu, 27 Sep 2018 10:16:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0app=E7=AD=96=E7=95=A5?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E5=9F=9F=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/20180927/update_app_region_sort.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/resources/sql/20180927/update_app_region_sort.sql diff --git a/src/main/resources/sql/20180927/update_app_region_sort.sql b/src/main/resources/sql/20180927/update_app_region_sort.sql new file mode 100644 index 000000000..03c0f8b87 --- /dev/null +++ b/src/main/resources/sql/20180927/update_app_region_sort.sql @@ -0,0 +1,2 @@ +UPDATE function_region_dict SET config_region_code=3,config_region_sort=3 WHERE function_id=63 AND dict_id=180; +UPDATE function_region_dict SET config_region_sort=2 WHERE function_id=63 AND dict_id=78; \ No newline at end of file