Commit ebacf2f5 authored by yindanlei's avatar yindanlei

add icon_function_day report codes

parent cab6e802
...@@ -317,7 +317,7 @@ on t2.partition_date=dev.partition_date and t2.device_id=dev.device_id ...@@ -317,7 +317,7 @@ on t2.partition_date=dev.partition_date and t2.device_id=dev.device_id
WHERE (a.device_id is NULL or a.device_id ='') WHERE (a.device_id is NULL or a.device_id ='')
AND (dev.device_id is NULL or dev.device_id ='') AND (dev.device_id is NULL or dev.device_id ='')
group by t1.partition_date,t1.grey_type group by t1.partition_date,t1.grey_type
order by data desc order by date desc
......
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