select n.n_id as id, n.n_title as title, n.n_subtitle as subtitle, n.n_description as description, n_type as n_type, n.n_html as path, n_r_title as r_title, n.n_r_img as img, n.n_r_bimg as bimg, n.n_r_content as content, createdate as date, n.modifydate as modifydate, n_total as click, n_author as author, ishighlight, order_num from od_news n left join od_news_tags t on n.n_id=t.n_id where t.tag_id IN (zt) and n.channel_id= '3' and n.isdel=0 and n.n_status=1 order by order_num desc, n.n_id desc limit 100 SQLSTATE[42S22]: Column not found: 1054 Unknown column 'zt' in 'where clause'