fix: 人员信息报错

This commit is contained in:
2024-07-11 11:45:13 +08:00
parent 7607784677
commit 4d159196f0
2 changed files with 0 additions and 7 deletions
@@ -76,12 +76,6 @@ public class ProcessSnapshot implements Serializable {
@ApiModelProperty(value = "项目类型")
private Integer prcType;
/**
* 项目id
*/
@ApiModelProperty(value = "项目id")
private String projectId;
/**
* 节点id
*/
@@ -362,7 +362,6 @@ public class ProcessHandleServiceImpl implements IProcessHandleService {
ProcessSnapshot processSnapshot = new ProcessSnapshot();
// 根据是否有taskId区分保存来源(待办、草稿)
processSnapshot.setProjectId(processInfoVO.getBusinessId()); // 业务id
processSnapshot.setProcessInstanceId(basicProcessInfoDTO.getProcessInstanceId()); // 流程实例id
processSnapshot.setPrcName(basicProcessInfoDTO.getProcessName()); // 流程名称
processSnapshot.setPrcType(basicProcessInfoDTO.getProcessType()); // 流程类型