(1)修改IP配置dns_res_strategy的pojo类型为Integer
(2)DnsIpCfgDao.xml的dns_res_strategy类型由VARCHAR 改为Integer (3)IP白名单导入配置去掉界面无用的字段 (4)配置日志总量查询超时调整为10秒
This commit is contained in:
@@ -528,7 +528,7 @@ public abstract class BaseService {
|
||||
return resStrategy;
|
||||
}
|
||||
//ip转换为callback用ip
|
||||
public InlineIp convertCallBackIp(BaseIpCfg cfg,Long policyGroup){
|
||||
public InlineIp convertCallBackIp(BaseIpCfg cfg,Integer policyGroup){
|
||||
IpCfg c=ipConvert(new IpCfg(),cfg);
|
||||
InlineIp ip=new InlineIp();
|
||||
ip.setId(cfg.getCompileId());
|
||||
|
||||
Reference in New Issue
Block a user