Commit dd38afe9 authored by 王志伟's avatar 王志伟

统计推荐日记重复指标

parent c0a5fad6
......@@ -218,7 +218,7 @@ object Repeated_content_recommendation {
val exp_diary = sc.sql(
s"""
|select concat_ws(|,device_id,cid_id)
|select concat_ws('|',device_id,cid_id)
|from data_feed_exposure
|where cid_type = 'diary'
|and device_id not in (select device_id from blacklist)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment