renyupeng 1 年之前
父節點
當前提交
6657ded6f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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