Commit c6bb3828 authored by zhangsen's avatar zhangsen

copy位置问题

parent 54f4b52a
...@@ -630,7 +630,6 @@ public class CommonServiceImpl implements ICommonService { ...@@ -630,7 +630,6 @@ public class CommonServiceImpl implements ICommonService {
} }
} }
model.setRoutePath(obj.getRoutePath() + urlParams);
model.setFlowStatus(0); model.setFlowStatus(0);
model.setFlowInstanceId(model.getRelationId()); model.setFlowInstanceId(model.getRelationId());
model.setTaskTitle(obj.getStartUser() + "发起了" + obj.getTaskName()); model.setTaskTitle(obj.getStartUser() + "发起了" + obj.getTaskName());
......
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