Message :
Execute SQL error, message : SQLSTATE[42S22]: Column not found: 1054 Unknown column 'b.picture' in 'field list'
SELECT b.contentid,b.catid,b.title,b.url,b.pic,b.picture,b.description FROM `newlesejie` . `jiuniao_article_position` a INNER JOIN jiuniao_article_content b ON a.contentid=b.contentid WHERE a.posid=2 AND b.status=1 AND b.pic!='' ORDER BY a.sort ASC,a.updatetime DESC LIMIT 4