renyupeng 1 gadu atpakaļ
vecāks
revīzija
f370ad4f14
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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>=20230701 and stat_date<=20230731
+        select project_id,project_name from application.kuaishou_account_report_daily_dw  where  stat_date>=20231002 and stat_date<=20231022
 and charge>0 and project_id is not null
 group by project_id
         """