renyupeng 1 년 전
부모
커밋
412053723e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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')