Commit b7597467 authored by LiuLin's avatar LiuLin

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

parent abd90ef4
...@@ -671,6 +671,8 @@ public class JgReformNoticeServiceImpl extends BaseService<JgReformNoticeDto, Jg ...@@ -671,6 +671,8 @@ public class JgReformNoticeServiceImpl extends BaseService<JgReformNoticeDto, Jg
.put("nextTaskId", notice.getNextTaskId()) .put("nextTaskId", notice.getNextTaskId())
.put("nextExecuteUser", notice.getNextExecuteIds()) .put("nextExecuteUser", notice.getNextExecuteIds())
.put("taskType", BusinessTypeEnum.JG_MODIFICATION_NOTIFICATION.getCode()) .put("taskType", BusinessTypeEnum.JG_MODIFICATION_NOTIFICATION.getCode())
.put("flowStatus", FlowStatusEnum.ROLLBACK.getCode())
.put("flowStatusLabel", FlowStatusEnum.ROLLBACK.getName())
.build())); .build()));
} }
} }
...@@ -798,6 +800,7 @@ public class JgReformNoticeServiceImpl extends BaseService<JgReformNoticeDto, Jg ...@@ -798,6 +800,7 @@ public class JgReformNoticeServiceImpl extends BaseService<JgReformNoticeDto, Jg
.startUser(taskV2Model.getStartUser()) .startUser(taskV2Model.getStartUser())
.startDate(taskV2Model.getStartDate()) .startDate(taskV2Model.getStartDate())
.model(transfer) .model(transfer)
.pageType("edit")
.nextExecuteUser(workflowResultDto.getNextExecutorRoleIds()) .nextExecuteUser(workflowResultDto.getNextExecutorRoleIds())
.build(); .build();
commonService.buildTaskModel(Collections.singletonList(taskModelDto)); 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