renyupeng 1 year ago
parent
commit
412053723e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Apietl/test/toutiaoproject_material_image_report.py

+ 1 - 1
Apietl/test/toutiaoproject_material_image_report.py

@@ -55,7 +55,7 @@ where stat_datetime >= 20230901
  where aa !=''
 group by image_name
             """.format(project_id=project_id)
-            path = "/data/excel/toutiao/{project_name}.xls".format(project_name=project_name)
+            path = "/data/excel/toutiao/tupian/{project_name}.xls".format(project_name=project_name)
             pd.read_sql_query(sql, self.OuterConn).to_excel(path, index=False,engine='openpyxl')