浏览代码

报警加上:
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"""
         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(