feat(REQ-3300): 详情确认人返回nodeId
This commit is contained in:
parent
865acf47ff
commit
5c769ba3c5
@ -277,6 +277,11 @@ public class VisaDetailByIdResponse {
|
||||
*/
|
||||
private String avatarUrl;
|
||||
|
||||
/**
|
||||
* 节点id
|
||||
*/
|
||||
private Long nodeId;
|
||||
|
||||
/**
|
||||
* 确认人personId
|
||||
*/
|
||||
|
||||
@ -317,6 +317,7 @@ public class ChangeRecordConfirmServiceImpl extends ServiceImpl<ChangeRecordConf
|
||||
VisaDetailByIdResponse.RelationPerson relationPerson = VisaDetailByIdResponse.RelationPerson.builder()
|
||||
.ouId(item.getOuId())
|
||||
.workspaceId(item.getWorkspaceId())
|
||||
.nodeId(item.getNodeId())
|
||||
.personId(item.getPersonId())
|
||||
.projectId(item.getProjectId())
|
||||
.type(item.getType())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user