fix: 人员信息报错
This commit is contained in:
-6
@@ -76,12 +76,6 @@ public class ProcessSnapshot implements Serializable {
|
||||
@ApiModelProperty(value = "项目类型")
|
||||
private Integer prcType;
|
||||
|
||||
/**
|
||||
* 项目id
|
||||
*/
|
||||
@ApiModelProperty(value = "项目id")
|
||||
private String projectId;
|
||||
|
||||
/**
|
||||
* 节点id
|
||||
*/
|
||||
|
||||
-1
@@ -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()); // 流程类型
|
||||
|
||||
Reference in New Issue
Block a user