renyupeng 3 năm trước cách đây
mục cha
commit
2e92ee4943
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Apietl/task/BytedanceMaterialFristCostDateUpdate.py

+ 1 - 1
Apietl/task/BytedanceMaterialFristCostDateUpdate.py

@@ -33,7 +33,7 @@ from (
          select signature, stat_datetime, row_number() over (partition by signature order by stat_datetime) as rn
          from application.bytedance_material_video_report_daily_dw
          where signature is not null
-           and stat_date  between  {start_time} and  {end_time}
+           and stat_datetime  between  {start_time} and  {end_time}
      ) t
 where t.rn = 1)a
 left join