Commit 27360640 authored by LiuLin's avatar LiuLin

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

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