Commit ac9a025d authored by zhengjinlei's avatar zhengjinlei

触发零分项统计

parent 2947279a
...@@ -167,6 +167,7 @@ def single_score_stat(t, create_date, stat_count=0): ...@@ -167,6 +167,7 @@ def single_score_stat(t, create_date, stat_count=0):
seat['score'] += score seat['score'] += score
seat['service_score'] += service_score seat['service_score'] += service_score
seat['business_score'] += business_score seat['business_score'] += business_score
seat['validate_zero'] += validate_zero
else: else:
seat_dict[check['agentName']] = {'create_date': create_date, 'agentName': check['agentName'], seat_dict[check['agentName']] = {'create_date': create_date, 'agentName': check['agentName'],
'taskId': check['taskId'], 'taskId': check['taskId'],
......
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