feat(REQ-3488): 去掉小组冗余字段

This commit is contained in:
zhanghonghao 2025-01-13 14:43:10 +08:00
parent 8cb7d59ff8
commit 42048a507e

View File

@ -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);
});