Commit e0f0f7ca authored by 王飞's avatar 王飞

1、修复新建任务的bug

parent 7342db08
......@@ -120,6 +120,8 @@ public class TaskServiceImpl extends ServiceImpl<TaskMapper, Task> implements Ta
taskUserRelationService.saveBatch(auditors);
taskStateFacade.doCreate(task, request.getTaskList());
}
@Override
......
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