Commit 33775a6b authored by neo's avatar neo

[bugfix] fixed compile error for apporval

parent 96d1778b
......@@ -42,8 +42,8 @@ public class ApprovalService {
public void startInstanceAndAssignee(ApprovalDto dto) {
PeriodApprove pa = new PeriodApprove();
String instanceId = startInstance(dto, pa);
startAssignee(pa, instanceId);
startInstance(dto, pa);
startAssignee(pa);
}
......
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