Merge branch 'feature/REQ-3488-zhh' into 'feature/REQ-3488'
Feature/req 3488 zhh See merge request universal/infrastructure/backend/orgmanax!169
This commit is contained in:
commit
3877b11c04
@ -121,59 +121,6 @@ public class OrgProjectTeamDTO implements Serializable {
|
||||
*/
|
||||
private Integer enterProjectType = 1;
|
||||
|
||||
// 新冗余字段
|
||||
private Long belongProjectTeamNodeId;
|
||||
|
||||
// org_project_group 字段
|
||||
/**
|
||||
* 主键id
|
||||
*/
|
||||
private Long projectGroupId;
|
||||
|
||||
/**
|
||||
* 小组类型 0-直属小组 1-合作小组
|
||||
*/
|
||||
private Integer type;
|
||||
|
||||
/**
|
||||
* 所属的项目内班组id
|
||||
*/
|
||||
private Long belongProjectTeamId;
|
||||
|
||||
/**
|
||||
* 所属的平台班组id
|
||||
*/
|
||||
private Long belongPlatTeamId;
|
||||
|
||||
/**
|
||||
* (合作小组才有)原项目内班组id
|
||||
*/
|
||||
private Long sourceProjectTeamId;
|
||||
|
||||
/**
|
||||
* (合作小组才有)原平台班组id
|
||||
*/
|
||||
private Long sourcePlatTeamId;
|
||||
|
||||
/**
|
||||
* 小组长权限集
|
||||
*/
|
||||
private Long permissionGroup;
|
||||
|
||||
/**
|
||||
* 小组长工人身份id
|
||||
*/
|
||||
private Long ownerWorkerIdentityId;
|
||||
|
||||
/**
|
||||
* 小组长项目内工人id
|
||||
*/
|
||||
private Long ownerProjectWorkerId;
|
||||
/**
|
||||
* 小组管理类型 0-班组管理 1-小组长管理
|
||||
*/
|
||||
private Integer manageType;
|
||||
|
||||
private Long teamOuId;
|
||||
private Long teamNodeId;
|
||||
private Long nodeId;
|
||||
|
||||
@ -55,8 +55,6 @@ public class ProjectTeamServiceImpl implements ProjectTeamService {
|
||||
BeanUtil.copyProperties(orgNodeDTO, orgProjectTeamDTO);
|
||||
NodeProfile.ProjectTeamProfile projectTeamProfile = orgNodeDTO.resolveProfile();
|
||||
BeanUtil.copyProperties(projectTeamProfile, orgProjectTeamDTO);
|
||||
NodeProfile.ProjectGroupProfile groupProfile = orgNodeDTO.resolveProfile();
|
||||
BeanUtil.copyProperties(groupProfile, orgProjectTeamDTO);
|
||||
orgProjectTeamDTO.setOrganizationalNodeId(orgNodeDTO.getId());
|
||||
orgProjectTeamDTOS.add(orgProjectTeamDTO);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user