APP DNS admin和APP多用途标签配置域导出调整
This commit is contained in:
@@ -311,8 +311,13 @@ public class AppMultiFeatureCfgService extends BaseService {
|
||||
public Map<String, List> exportFeature(AppFeatureIndex entity){
|
||||
Map<String, List> dataMap=new HashMap<String, List>();
|
||||
List<AppIpCfg> ipRangeList = appMultiFeatureCfgDao.getAppIpRangeCfg(entity.getCompileId(),entity.getFunctionId());
|
||||
List<AppComplexFeatureCfg> appKeyList = appMultiFeatureCfgDao.getAppComplexFeatureCfg(entity.getCompileId(),entity.getFunctionId(),null);
|
||||
dataMap.put("APP_KEYWORDS", appKeyList);
|
||||
if(entity.getFunctionId()!=567){
|
||||
List<AppComplexFeatureCfg> appKeyList = appMultiFeatureCfgDao.getAppComplexFeatureCfg(entity.getCompileId(),entity.getFunctionId(),null);
|
||||
dataMap.put("APP_KEYWORDS", appKeyList);
|
||||
}else{
|
||||
List<AppStringFeatureCfg> appKeyList = appMultiFeatureCfgDao.getAppStringFeatureCfg(entity.getCompileId(),entity.getFunctionId(),null);
|
||||
dataMap.put("APP_DK_GL", appKeyList);
|
||||
}
|
||||
dataMap.put("APP_IP_RANGE", ipRangeList);
|
||||
return dataMap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user