select c.equipment,c.equipment_name,c.dept_no,
case when 《c_offline_time》 c.time_second <= ?{c_offline_time} 《/c_offline_time》 then '在线'
when 《c_offline_time2》 c.time_second <= ?{c_offline_time2} 《/c_offline_time2》 then '离线'
when 《c_offline_time3》 c.time_second <= ?{c_offline_time3} 《/c_offline_time3》 then '长期离线'
else '超长期离线' end as online_status,
c.time_change,c.max_time,c.gateway_no,c.gateway_address,c.gateway_ip,c.s_name
from db.table