feat(REQ-3488): 去掉小组冗余字段
This commit is contained in:
parent
8cb7d59ff8
commit
42048a507e
@ -55,8 +55,6 @@ public class ProjectTeamServiceImpl implements ProjectTeamService {
|
||||
BeanUtil.copyProperties(orgNodeDTO, orgProjectTeamDTO);
|
||||
NodeProfile.ProjectTeamProfile projectTeamProfile = orgNodeDTO.resolveProfile();
|
||||
BeanUtil.copyProperties(projectTeamProfile, orgProjectTeamDTO);
|
||||
NodeProfile.PlatTeamProfile platTeamProfile = orgNodeDTO.resolveProfile();
|
||||
BeanUtil.copyProperties(platTeamProfile, orgProjectTeamDTO);
|
||||
orgProjectTeamDTO.setOrganizationalNodeId(orgNodeDTO.getId());
|
||||
orgProjectTeamDTOS.add(orgProjectTeamDTO);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user