(1)IP复用策略,ip复用地址池,dns欺骗ip,asn ip ip属性采用根据function_region_dict判断

(2)由于基础协议业务类型调整APP_BUSINESS_TYPE字典不能共用app与基础协议了,再次改为两个字典
This commit is contained in:
wangxin
2018-09-07 16:38:29 +08:00
parent e63a707a4d
commit ecb139bd9a
10 changed files with 490 additions and 171 deletions

View File

@@ -220,7 +220,7 @@ public class SpecificServiceCfgController extends BaseController {
if(cfgType==1) {
businessTypeList=DictUtils.getDictList("APP_BUSINESS_TYPE");
}else if(cfgType==3) {
businessTypeList=DictUtils.getDictList("APP_BUSINESS_TYPE");
businessTypeList=DictUtils.getDictList("BASIC_PROTOCOL_BUSINESS_TYPE");
}
List<Map<String, Object>> businessList = Lists.newArrayList();
//对业务分类进行排序