Commit 27360640 authored by LiuLin's avatar LiuLin

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

parent b7597467
......@@ -415,7 +415,7 @@ public class JgEquipTransferServiceImpl extends BaseService<JgEquipTransferDto,
.put("taskType", BusinessTypeEnum.JG_EQUIPMENT_HANDOVER.getCode())
.put("flowStatus", FlowStatusEnum.ROLLBACK.getCode())
.put("flowStatusLabel", FlowStatusEnum.ROLLBACK.getName())
//.put("pageType", "look")
.put("pageType", "edit")
.build()));
}
}
......
......@@ -673,6 +673,7 @@ public class JgReformNoticeServiceImpl extends BaseService<JgReformNoticeDto, Jg
.put("taskType", BusinessTypeEnum.JG_MODIFICATION_NOTIFICATION.getCode())
.put("flowStatus", FlowStatusEnum.ROLLBACK.getCode())
.put("flowStatusLabel", FlowStatusEnum.ROLLBACK.getName())
.put("pageType", "edit")
.build()));
}
}
......
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