Parcourir la source

rootk all 排序公式

zhangbo il y a 1 an
Parent
commit
f8aed191b3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      alg_recsys_rank_item_realtime_1hrootall.py

+ 1 - 0
alg_recsys_rank_item_realtime_1hrootall.py

@@ -69,6 +69,7 @@ def get_sql(partition, project):
                         ,SUM(COALESCE(return,0)) AS return
                 FROM    loghubods.alg_recsys_rank_root_info_v1
                 WHERE   dt = '{}'
+                and apptype not in ('12')
                 GROUP BY videoid
                          ,time
             )