Commit 2287fb7f authored by neo's avatar neo

[bugfix] fixed url for task attachment

parent 2f51730a
...@@ -86,7 +86,7 @@ public class ApprovalService { ...@@ -86,7 +86,7 @@ public class ApprovalService {
taskService.complete(task.getId(), map); taskService.complete(task.getId(), map);
taskService.createAttachment("java.lang.String", task.getId(), task.getProcessInstanceId(), taskService.createAttachment("java.lang.String", task.getId(), task.getProcessInstanceId(),
"period_approval_uuid", pa.getId(), ""); "period_approval_uuid", pa.getId(), pa.getId());
periodApproveMapper.insert(pa); periodApproveMapper.insert(pa);
} else { } else {
......
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