Commit 18008350 authored by litaolemo's avatar litaolemo

update

parent e481f486
...@@ -161,7 +161,7 @@ LEFT JOIN ...@@ -161,7 +161,7 @@ LEFT JOIN
( (
select distinct device_id select distinct device_id
from ML.ML_D_CT_DV_DEVICECLEAN_DIMEN_D from ML.ML_D_CT_DV_DEVICECLEAN_DIMEN_D
where PARTITION_DAY = '{partition_date}' where PARTITION_DAY = '{yesterday_str}'
AND is_abnormal_device = 'true' AND is_abnormal_device = 'true'
)b )b
on t1.device_id=b.device_id on t1.device_id=b.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