所有日志的last改由接口获取的last;

app特征maat多域批量生效和失效功能提交
This commit is contained in:
DuanDongmei
2018-12-07 14:28:14 +08:00
parent 95dbe2a123
commit f93b86708d
41 changed files with 209 additions and 79 deletions

View File

@@ -2546,7 +2546,11 @@ public class BaseController {
pageResult=httpRedirectCfgService.getHttpRedirectList(searchPage, searchCfg);
}else if(baseCfg.getFunctionId().equals(213)) {// cache
pageResult=cachePolicyService.getCachePolicyList(searchPage, searchCfg);
}else if(baseCfg.getFunctionId().equals(52)) {//appFeatre
}else if(baseCfg.getFunctionId().equals(563) //app payload
||baseCfg.getFunctionId().equals(564)//app dns
||baseCfg.getFunctionId().equals(565)//app http
||baseCfg.getFunctionId().equals(566)//app ssl
||baseCfg.getFunctionId().equals(567)) {//dk_gl
pageResult=appMultiFeatureCfgService.findAppFeatureIndexList(searchPage,searchAppFeatureIndex);
}
return pageResult.getList();