Commit 10a18bff authored by lvshibao's avatar lvshibao

group页面修改

parent 72b24b83
...@@ -262,7 +262,7 @@ class TasksApi(viewsets.ViewSet): ...@@ -262,7 +262,7 @@ class TasksApi(viewsets.ViewSet):
else: else:
return_data['ratio'] = 0.0 return_data['ratio'] = 0.0
return_data['avg_score'] = 0.0 return_data['avg_score'] = 0.0
return Response({'code': 0, 'msg': 'success', 'data': return_data, 'username': username}) return Response({'code': 0, 'msg': 'success', 'data': return_data})
@action(['post'], detail=False) @action(['post'], detail=False)
def static_date(self, req: Request): def static_date(self, req: Request):
......
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