Commit 04e1b548 authored by lvshibao's avatar lvshibao

seat页面修改

parent 1d08ea37
......@@ -200,7 +200,6 @@ class TasksApi(viewsets.ViewSet):
if agent_name != '' and agent_name is not None:
task_condition['agentName'] = agent_name
print(task_condition)
if sort == 'des':
seats = SeatStat.objects.filter(**task_condition).extra(select={'agentName': 'agentName'}) \
.values('agentName').annotate(remainTime=Sum('remainTime'), validate_session=Sum('validate_session'),
......
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