补充上次提交 相关字典表修改SQL.

This commit is contained in:
zhangwq
2018-12-16 20:40:33 +08:00
parent e75e120ecc
commit db9972d19d
2 changed files with 22 additions and 14 deletions

View File

@@ -1,14 +0,0 @@
package com.nis.domain.configuration.template;
/**
* IP拦截 拦截
* @author dell
*
*/
public class IpInterceptMonitTemplate extends IpAllTemplate{
@Override
public Integer getProtocol() {
return super.getProtocol();
}
}

View File

@@ -0,0 +1,22 @@
-- IP拦截/域名拦截
UPDATE
function_region_dict
SET
config_protocol = '6,17',
is_import = 1
WHERE
dict_id = 53 AND function_id = 200;
UPDATE
function_region_dict
SET
is_import = 1
WHERE
function_id = 201;
UPDATE
function_service_dict
SET
is_import = 1
WHERE
function_id = 200 OR function_id = 201;