域名拦截强度自定义域增加
This commit is contained in:
@@ -1 +0,0 @@
|
||||
update function_region_dict set config_region_value ='NTC_SUBSCRIBE_ID' where dict_id='201';
|
||||
19
src/main/resources/sql/20181015/add_dictionary.sql
Normal file
19
src/main/resources/sql/20181015/add_dictionary.sql
Normal file
@@ -0,0 +1,19 @@
|
||||
INSERT INTO sys_data_dictionary_name
|
||||
(`id`, `module_name`, `mark`, `remark`, `revision`, `create_time`, `modify_time`, `status`)
|
||||
VALUES
|
||||
(116, '<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ǿ<EFBFBD><EFBFBD>', 'INTERCEPT_DOMAIN_INTENSITY', '', 'user:<3A><><EFBFBD><EFBFBD>Ա,2018-10-15 15:24:55edit|user:<3A><><EFBFBD><EFBFBD>Ա,2018-10-15 15:24:37edit', "2018/10/15 15:24:04", "2018/10/15 15:24:55", 1);
|
||||
|
||||
INSERT INTO sys_data_dictionary_item
|
||||
(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`)
|
||||
VALUES
|
||||
(2703, '1', 'weak_intensity', '<EFBFBD><EFBFBD>', 0, 1, 1, 116);
|
||||
|
||||
INSERT INTO sys_data_dictionary_item
|
||||
(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`)
|
||||
VALUES
|
||||
(2704, '2', 'stronger_strong_intensity', '<EFBFBD><EFBFBD>ǿ', 0, 1, 1, 116);
|
||||
|
||||
INSERT INTO sys_data_dictionary_item
|
||||
(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`)
|
||||
VALUES
|
||||
(2705, '3', 'strong_intensity', 'ǿ', 0, 1, 1, 116);
|
||||
@@ -0,0 +1,2 @@
|
||||
update function_service_dict set is_valid=0 where dict_id=137 ;
|
||||
update function_service_dict set function_id=5 where dict_id=108
|
||||
Reference in New Issue
Block a user