补充上次提交 相关字典表修改SQL.
This commit is contained in:
@@ -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();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
22
src/main/resources/sql/20181216/update_function_dict.sql
Normal file
22
src/main/resources/sql/20181216/update_function_dict.sql
Normal 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;
|
||||||
Reference in New Issue
Block a user