Commit 7200f690 by Java-曹文达

详情修改

parent 396baa0c
......@@ -185,6 +185,8 @@ public class TaskOperateController {
bean.setStartUserId(pi.getStartUserId());
//开始时间
bean.setStartTime(pi.getStartTime());
//executionId
bean.setExecutionId(task.getExecutionId());
//流程名称
bean.setName(pi.getProcessDefinitionName());
//任务id
......
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