无策略的欺骗ip校验的查询方法可复用初始化欺骗ip时ip的查询方法;
redis配置信息增加
This commit is contained in:
@@ -54,10 +54,6 @@ public class DnsIpCfgService extends BaseService{
|
||||
public DnsIpCfg getDnsIpCfg(Long cfgId) {
|
||||
return dnsIpCfgDao.getDnsIpCfg(cfgId);
|
||||
}
|
||||
public List<DnsIpCfg> getValidCfgInfo(DnsIpCfg cfg) {
|
||||
return dnsIpCfgDao.getValidCfgInfo(cfg);
|
||||
}
|
||||
|
||||
@Transactional(readOnly=false,rollbackFor=RuntimeException.class)
|
||||
public void saveOrUpdate(DnsIpCfg entity){
|
||||
Date createTime=new Date();
|
||||
|
||||
Reference in New Issue
Block a user