Commit 589c02b2 authored by yindanlei's avatar yindanlei

add icon_function_day report codes

parent 72573d08
......@@ -250,7 +250,9 @@ LEFT JOIN
and params['referrer_link'] like '%[%'
and json_split(params['referrer_link'])[0] in ('home','')
and referrer='custom_special'
and params['referrer_id']='605'
and ((partition_date<'20200924' and params['referrer_id']='605')
or (partition_date>='20200924' and partition_date<'20201020' and params['referrer_id']='707')
or (partition_date>='20201020' and params['referrer_id']='901'))
group by partition_date,
cl_id
)t3
......
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