renyupeng 1 년 전
부모
커밋
25cb7bc1b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Apietl/test/project_material_report.py

+ 1 - 1
Apietl/test/project_material_report.py

@@ -27,7 +27,7 @@ class project_material_report:
 
     def Project_Handler(self):
         sql = """
-        select project_id,project_name from application.kuaishou_account_report_daily_dw  where  stat_date>=20231201 and stat_date<=20231231
+        select project_id,replace(project_name,'/','-') from application.kuaishou_account_report_daily_dw  where  stat_date>=20231201 and stat_date<=20231231
 and charge>0 and project_id is not null
 group by project_id
         """