From 14cc0cd49689c9451b1fa80ecdaea678f74327f8 Mon Sep 17 00:00:00 2001 From: wangxin Date: Sun, 30 Sep 2018 11:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9PROTOCOL=E5=AD=97=E5=85=B8GRE?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/sql/20180928/extend_ip_region.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/sql/20180928/extend_ip_region.sql b/src/main/resources/sql/20180928/extend_ip_region.sql index 06a5de457..fd1617df3 100644 --- a/src/main/resources/sql/20180928/extend_ip_region.sql +++ b/src/main/resources/sql/20180928/extend_ip_region.sql @@ -8,7 +8,7 @@ INSERT INTO function_service_dict (function_id,protocol_id,ACTION,action_code,se #根据PROTOCOL字典查出的值替换63 SELECT id FROM sys_data_dictionary_name WHERE mark= 'PROTOCOL'; INSERT INTO sys_data_dictionary_item (item_code,item_value,item_desc,item_sort,STATUS,TYPE,dictionary_id) VALUES(8,'IPSEC','IPSEC',0,1,1,63); -INSERT INTO sys_data_dictionary_item (item_code,item_value,item_desc,item_sort,STATUS,TYPE,dictionary_id) VALUES(15,'IPSEC','IPSEC',0,1,1,63); +INSERT INTO sys_data_dictionary_item (item_code,item_value,item_desc,item_sort,STATUS,TYPE,dictionary_id) VALUES(15,'GRE','GRE',0,1,1,63); UPDATE function_region_dict SET is_valid=0 WHERE function_id=5 AND config_region_value ='NTC_SUBSCRIBE_ID'; UPDATE function_region_dict SET config_protocol='0,6,17,1,8,15' WHERE function_id=5 AND config_region_value ='INLINE_IP_CB';