Commit 1ba7c607 authored by 魏艺敏's avatar 魏艺敏

Merge branch 'weiyimin' into 'master'

push codes

See merge request !96
parents e2fd8b7e 4e06c788
...@@ -410,7 +410,7 @@ join ...@@ -410,7 +410,7 @@ join
where PARTITION_DAY =regexp_replace(DATE_SUB(current_date,1) ,'-','') where PARTITION_DAY =regexp_replace(DATE_SUB(current_date,1) ,'-','')
AND is_abnormal_device = 'true' AND is_abnormal_device = 'true'
)c )c
on a.cl_id=c.device_id on nvl(nvl(a.cl_id,e.cl_id),f.cl_id)=c.device_id
left join left join
( (
select partition_date,device_id select partition_date,device_id
......
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