renyupeng 2 年之前
父節點
當前提交
70bc05cee8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Apietl/task/MaterialFristCostDateUpdate.py

+ 1 - 1
Apietl/task/MaterialFristCostDateUpdate.py

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