Commit b7597467 authored by LiuLin's avatar LiuLin

fix(JG):改造告知,设备移交代码提交

parent abd90ef4
......@@ -671,6 +671,8 @@ public class JgReformNoticeServiceImpl extends BaseService<JgReformNoticeDto, Jg
.put("nextTaskId", notice.getNextTaskId())
.put("nextExecuteUser", notice.getNextExecuteIds())
.put("taskType", BusinessTypeEnum.JG_MODIFICATION_NOTIFICATION.getCode())
.put("flowStatus", FlowStatusEnum.ROLLBACK.getCode())
.put("flowStatusLabel", FlowStatusEnum.ROLLBACK.getName())
.build()));
}
}
......@@ -798,6 +800,7 @@ public class JgReformNoticeServiceImpl extends BaseService<JgReformNoticeDto, Jg
.startUser(taskV2Model.getStartUser())
.startDate(taskV2Model.getStartDate())
.model(transfer)
.pageType("edit")
.nextExecuteUser(workflowResultDto.getNextExecutorRoleIds())
.build();
commonService.buildTaskModel(Collections.singletonList(taskModelDto));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment