From 67f386d066122e8994f38b8293c712ad0dc38369 Mon Sep 17 00:00:00 2001 From: wangxin Date: Mon, 6 Aug 2018 09:13:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=8F=9C=E5=8D=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9sql=EF=BC=8C=E4=BF=AE=E6=94=B9serviceId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/add_intercepter_whitelist_service.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/sql/add_intercepter_whitelist_service.sql b/src/main/resources/sql/add_intercepter_whitelist_service.sql index 2d9056607..6dbb8b819 100644 --- a/src/main/resources/sql/add_intercepter_whitelist_service.sql +++ b/src/main/resources/sql/add_intercepter_whitelist_service.sql @@ -1,11 +1,11 @@ INSERT INTO function_service_dict ( `function_id`, `protocol_id`, `action`, `action_code`, `service_id`, `service_name`, `service_desc`, `is_valid`, `creator_id`, `create_time`, `editor_id`, `edit_time`) VALUES - ( 200, 0, 128, 'whitelist', 514, 'ip_intercepter_whitelist', '', 1,NULL , NULL,NULL , NULL); + ( 200, 0, 128, 'whitelist', 521, 'ip_intercepter_whitelist', '', 1,NULL , NULL,NULL , NULL); INSERT INTO function_service_dict ( `function_id`, `protocol_id`, `action`, `action_code`, `service_id`, `service_name`, `service_desc`, `is_valid`, `creator_id`, `create_time`, `editor_id`, `edit_time`) VALUES - ( 201, 0, 128, 'whitelist', 515, 'domain_whitelist', '', 1,NULL , NULL, NULL, NULL); + ( 201, 0, 128, 'whitelist', 521, 'domain_whitelist', '', 1,NULL , NULL, NULL, NULL); update function_service_dict set is_valid=0 where dict_id in(66,67); \ No newline at end of file