From b248ef87a73db491a4e32c22ea0700d725af7a3c Mon Sep 17 00:00:00 2001 From: duandongmei Date: Sat, 20 Oct 2018 14:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B1=E6=95=88=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/20181020/update_service_dict.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/resources/sql/20181020/update_service_dict.sql diff --git a/src/main/resources/sql/20181020/update_service_dict.sql b/src/main/resources/sql/20181020/update_service_dict.sql new file mode 100644 index 000000000..6a0555a7c --- /dev/null +++ b/src/main/resources/sql/20181020/update_service_dict.sql @@ -0,0 +1,2 @@ +#无效不用的业务 +update function_service_dict set is_valid=0 where dict_id in(21,22,28,29,32,33,39,40,43,44,45,46,47,48,49,50,51,52,55,56,102,103) \ No newline at end of file