MySQL server error report:Array ( [0] => Array ( [message] => MySQL Query Error ) [1] => Array ( [sql] => select b.id id,b.rule_id rule_id,b.retail_price retail_price,b.status status,b.leader_price,b.start_time start_time, a.name name, a.image1 image, u.name leader_name, ifnull(close_time,9999999999999) as ord from bid b, article a, user u where a.id = b.article_id and b.leader_id = u.id and b.status >= '90' and a.name not like '%演示%' and b.hall_id=1 order by ord desc limit 0, 48 ) [2] => Array ( [error] => Unknown column 'a.name' in 'field list' ) [3] => Array ( [errno] => 1054 ) )