domainSub界面的十六进制信息展示更改

摘要审核失败bug更改
文件拦截策略表单必填项增加校验
dnat复用地址池隐藏方向属性
snat复用地址池隐藏方向属性
This commit is contained in:
duandongmei
2018-10-06 15:01:10 +08:00
parent d7d0ad706f
commit 210ba71901
5 changed files with 67 additions and 16 deletions

View File

@@ -556,9 +556,6 @@ public class FileTransferCfgService extends CrudService<FileTransferCfgDao,CfgIn
List<IpCfg> areaIpRegionList = new ArrayList();
if(isAudit==1){
entity.setAreaEffectiveIds(StringUtils.isEmpty(entity.getAreaEffectiveIds()) ? "0":entity.getAreaEffectiveIds());
Map<String,List> map = cfgConvert(digestRegionList,list,5,entity,groupRelationList);
groupRelationList=map.get("groupList");
digestRegionList=map.get("dstList");