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
 application.kuaishou_material_video_report_daily_dw a
 left join `jeecg-boot`.sys_user b
 left join `jeecg-boot`.sys_user b
 on a.user_id=b.id
 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
 group by signature) a
 left join
 left join
 application.material_farst_cost_time b
 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
 application.bytedance_material_video_report_daily_dw a
 left join `jeecg-boot`.sys_user b
 left join `jeecg-boot`.sys_user b
 on a.user_id=b.id
 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
 group by signature) a
 left join
 left join
 application.bytedance_material_farst_cost_time b
 application.bytedance_material_farst_cost_time b