Commit fc7b6538 authored by 魏艺敏's avatar 魏艺敏

Merge branch 'yindanlei' into 'master'

Yindanlei

See merge request !98
parents 11c56d97 a892f400
...@@ -252,7 +252,10 @@ LEFT JOIN ...@@ -252,7 +252,10 @@ LEFT JOIN
and referrer='custom_special' and referrer='custom_special'
and ((partition_date<'20200924' 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>='20200924' and partition_date<'20201020' and params['referrer_id']='707')
or (partition_date>='20201020' and params['referrer_id']='901')) or (partition_date>='20201020' and partition_date <'20201027' and params['referrer_id']='901')
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, group by partition_date,
cl_id cl_id
)t3 )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