(1)修改IP配置dns_res_strategy的pojo类型为Integer
(2)DnsIpCfgDao.xml的dns_res_strategy类型由VARCHAR 改为Integer (3)IP白名单导入配置去掉界面无用的字段 (4)配置日志总量查询超时调整为10秒
This commit is contained in:
@@ -55,7 +55,7 @@ public class InlineIp {
|
||||
@Expose
|
||||
private Date opTime;
|
||||
@Expose
|
||||
private Long policyGroup;
|
||||
private Integer policyGroup;
|
||||
/**
|
||||
* action
|
||||
* @return action
|
||||
@@ -286,10 +286,10 @@ public class InlineIp {
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
public Long getPolicyGroup() {
|
||||
public Integer getPolicyGroup() {
|
||||
return policyGroup;
|
||||
}
|
||||
public void setPolicyGroup(Long policyGroup) {
|
||||
public void setPolicyGroup(Integer policyGroup) {
|
||||
this.policyGroup = policyGroup;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user