Commit a892f400 authored by yindanlei's avatar yindanlei

add icon_function_day report codes

parent 5f6f2b47
......@@ -253,7 +253,9 @@ LEFT JOIN
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 partition_date <'20201027' and params['referrer_id']='901')
or (partition_date>='20201027' and params['referrer_id']='939'))
or (partition_date>='20201027' and partition_date <'20201103' and params['referrer_id']='939')
or (partition_date>='20201103' and and params['referrer_id']='982'))
)
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