@@ -67,7 +67,7 @@ class UpdateAccountInfoVersion3(object):
计算阅读均值的置信区间
"""
fetch_query = f"""
- select read_avg, update_time
+ select read_avg
from {read_avg_table}
where gh_id = %s and position = %s
order by update_time desc limit {const.STAT_PERIOD};