From bd3ac19a837f66ab1d442ca96591a65a9bd5ade8 Mon Sep 17 00:00:00 2001 From: leijun Date: Fri, 14 Sep 2018 19:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=BA=E8=84=B8=E8=AF=86?= =?UTF-8?q?=E5=88=AB=E9=98=BB=E6=96=AD=E5=92=8C=E7=9B=91=E6=B5=8B=E7=9A=84?= =?UTF-8?q?serviceId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/sql/20180914/update_function_service_dict.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/resources/sql/20180914/update_function_service_dict.sql diff --git a/src/main/resources/sql/20180914/update_function_service_dict.sql b/src/main/resources/sql/20180914/update_function_service_dict.sql new file mode 100644 index 000000000..c8b2bf348 --- /dev/null +++ b/src/main/resources/sql/20180914/update_function_service_dict.sql @@ -0,0 +1,3 @@ +#修改人脸识别阻断和监测的serviceId +UPDATE `function_service_dict` SET `service_id`='268' , `action`='16' WHERE `dict_id`='121'; +UPDATE `function_service_dict` SET `service_id`='396' , `action`='1' WHERE `dict_id`='122'; \ No newline at end of file