From 4123b541ffc75f386bfd6c0ff3c898ef73b48788 Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Tue, 30 Oct 2018 10:25:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9http=E9=98=BB=E6=96=AD?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E4=B8=9A=E5=8A=A1=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/20181030/update_service_dict.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/resources/sql/20181030/update_service_dict.sql diff --git a/src/main/resources/sql/20181030/update_service_dict.sql b/src/main/resources/sql/20181030/update_service_dict.sql new file mode 100644 index 000000000..e2309492e --- /dev/null +++ b/src/main/resources/sql/20181030/update_service_dict.sql @@ -0,0 +1,2 @@ +#修改http关键字阻断业务号 +update function_service_dict set service_id='40' where dict_id =151 \ No newline at end of file