renyupeng 1 year ago
parent
commit
c07294823d
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

@@ -28,7 +28,7 @@ class project_material_report:
 
     def Project_Handler(self):
         sql = """
-    select project_id,project_name from application.bytedance_advertiser_report_daily_dw  where  stat_datetime>=20230701 and stat_datetime<=20230731
+    select project_id,project_name from application.bytedance_advertiser_report_daily_dw  where  stat_datetime>=20230901 and stat_datetime<=20230931
 and cost>0 and project_id is not null
 group by project_id
         """