提交 32787f36 编写于 作者: T tijsrademakers

alignment fix

上级 9105a504
......@@ -79,7 +79,6 @@ public class FormServiceImpl extends ServiceImpl implements FormService {
}
public void saveFormData(String taskId, Map<String, String> properties) {
commandExecutor.execute(new SubmitTaskFormCmd(taskId, properties, false));
commandExecutor.execute(new SubmitTaskFormCmd(taskId, properties, false));
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册