renyupeng hai 1 ano
pai
achega
412053723e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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')