|
@@ -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
|
|
|
"""
|