Преглед изворни кода

开发阅读均值置信度上界代码

luojunhui пре 3 дана
родитељ
комит
0341fd9499
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      updateAccountV3.py

+ 1 - 1
updateAccountV3.py

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