IP拦截、域名拦截导入提交.
This commit is contained in:
@@ -1671,6 +1671,10 @@ public abstract class BaseService {
|
||||
if(regionDict.getDictId().intValue()==64){
|
||||
// appCfgService.saveAppDomainCfg(listPage);
|
||||
this.saveStringCfgBatch(regionDict,serviceDict,listPage, AppDomainCfg.getTablename(),send);
|
||||
}else
|
||||
// 域名拦截
|
||||
if(regionDict.getDictId().intValue()==56){
|
||||
this.saveStringCfgBatch(regionDict,serviceDict,listPage, "http_url_cfg",send);
|
||||
}
|
||||
}else if("ComplexkeywordCfg".equals(type)) {
|
||||
List<ComplexkeywordCfg> listPage = (List<ComplexkeywordCfg>) list;
|
||||
|
||||
Reference in New Issue
Block a user