renyupeng 1 tahun lalu
induk
melakukan
6657ded6f2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Apietl/task/MaterialCost.py

+ 1 - 1
Apietl/task/MaterialCost.py

@@ -43,7 +43,7 @@ select
 account_id,a.signature,video_name,photo_url,charge,frast_cost_time
 from
 (select  account_id,signature,sum(charge) as charge,video_name,photo_url from application.kuaishou_material_video_report_daily_dw
-where charge>0 and signature is not null
+where signature is not null
 group by account_id,signature)a
 left join  application.material_farst_cost_time b
 on a.signature=b.signature