فهرست منبع

报警加上:
updateMinigramInfoDaily.py
增加所有账号

罗俊辉 7 ماه پیش
والد
کامیت
0d8ff05fbe
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      updateMinigramInfoDaily.py

+ 4 - 4
updateMinigramInfoDaily.py

@@ -34,10 +34,10 @@ class DailyDataManager(object):
         sql2 = f"""
         sql2 = f"""
         select ContentUrl, wx_sn, createTime
         select ContentUrl, wx_sn, createTime
         from official_articles_v2
         from official_articles_v2
-        where createTime >= {yesterday_timestamp}
+        where createTime >= {yesterday_timestamp};
-        and accountName in (
+--         and accountName in (
-                        select distinct account_name from account_avg_info_v2
+--                         select distinct account_name from account_avg_info_v2
-                        );
+--                         );
         """
         """
         result_list = cls.pqMysql.select(sql2)
         result_list = cls.pqMysql.select(sql2)
         log(
         log(