domainSub界面的十六进制信息展示更改
摘要审核失败bug更改 文件拦截策略表单必填项增加校验 dnat复用地址池隐藏方向属性 snat复用地址池隐藏方向属性
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user