Commit 879faf19 authored by LiuLin's avatar LiuLin

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

parent 0ad0b26b
......@@ -411,6 +411,9 @@ public class JgEquipTransferServiceImpl extends BaseService<JgEquipTransferDto,
.put("nextTaskId", equipTransfer.getNextTaskId())
.put("nextExecuteUser", equipTransfer.getNextExecuteIds())
.put("taskType", BusinessTypeEnum.JG_EQUIPMENT_HANDOVER.getCode())
.put("flowStatus", BusinessTypeEnum.JG_EQUIPMENT_HANDOVER.getCode())
.put("flowStatusLabel", BusinessTypeEnum.JG_EQUIPMENT_HANDOVER.getName())
//.put("pageType", "look")
.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