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

+ 1 - 1
Apietl/test/project_material_report.py

@@ -70,7 +70,7 @@ END) as '公司',
 application.kuaishou_material_video_report_daily_dw a
 left join `jeecg-boot`.sys_user b
 on a.user_id=b.id
-where stat_date >= 20230801 and stat_date<=20230831 and project_id={project_id}
+where stat_date >= 20230901 and stat_date<=20230931 and project_id={project_id}
 group by signature) a
 left join
 application.material_farst_cost_time b

+ 1 - 1
Apietl/test/toutiaoproject_material_report.py

@@ -71,7 +71,7 @@ END) as '公司',
 application.bytedance_material_video_report_daily_dw a
 left join `jeecg-boot`.sys_user b
 on a.user_id=b.id
-where stat_datetime >= 20230801 and stat_datetime<=20230831 and project_id={project_id}
+where stat_datetime >= 20230901 and stat_datetime<=20230931 and project_id={project_id}
 group by signature) a
 left join
 application.bytedance_material_farst_cost_time b