@@ -426,14 +426,14 @@ public class DomainService extends CrudService<DomainDao,HttpUrlCfg> {
|
||||
return entity;
|
||||
}
|
||||
public void saveDomainCfg(CfgIndexInfo entity){
|
||||
if(entity.getAction()==128){
|
||||
/*if(entity.getAction()==128){
|
||||
entity.setCfgType("WHITE_LIST_DOMAIN");
|
||||
if(entity.getHttpUrlList().size()>0){
|
||||
for (int i = 0; i < entity.getHttpUrlList().size(); i++) {
|
||||
entity.getHttpUrlList().get(i).setCfgType("WHITE_LIST_DOMAIN");
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
//设置区域运营商信息
|
||||
setAreaEffectiveIds(entity);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user