Browse Source

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

罗俊辉 7 months ago
parent
commit
0d8ff05fbe
1 changed files with 4 additions and 4 deletions
  1. 4 4
      updateMinigramInfoDaily.py

+ 4 - 4
updateMinigramInfoDaily.py

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