Commit a0dc1188 authored by zhengjinlei's avatar zhengjinlei

修改报表统计时间

parent b3d8f7ec
...@@ -184,9 +184,9 @@ def single_score_stat(t, create_date, stat_count=0): ...@@ -184,9 +184,9 @@ def single_score_stat(t, create_date, stat_count=0):
def re_stat_by_task(task): def re_stat_by_task(task):
single_rules_stat(task, task['updatedAt'], 0) single_rules_stat(task, task['createdAt'], 0)
single_seat_stat(task, task['updatedAt'], 0) single_seat_stat(task, task['createdAt'], 0)
single_score_stat(task, task['updatedAt'], 0) single_score_stat(task, task['createdAt'], 0)
def delete_stat_by_task(task): def delete_stat_by_task(task):
......
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