修正saveAndAudit角色用户新增SSL配置失败bug

This commit is contained in:
zhangwenqing
2019-04-28 11:44:51 +08:00
parent 36d1fee141
commit 494fb0669a
3 changed files with 3 additions and 3 deletions

View File

@@ -305,7 +305,7 @@ public class FileTransferCfgService extends CrudService<FileTransferCfgDao,CfgIn
List<IpCfg> areaIpRegionList = new ArrayList();
//查询子配置并修改审核状态
//entity = this.getFtpCfg(entity.getCfgId(),entity.getCompileId());
entity = this.getFtpCfg(entity.getCfgId(),entity.getCompileId());
if(entity.getIpPortList()!=null && entity.getIpPortList().size()>0){
IpPortCfg cfg = new IpPortCfg();
BeanUtils.copyProperties(entity, cfg, new String[]{"cfgId"});