SELECT `a`.`id`,`a`.`title`,`a`.`showTime`,`a`.`image`,`a`.`zhiwei`,`a`.`status`,`a`.`channelNames`,`a`.`editor`,`a`.`orderKey`,`b`.`text` FROM `yr_openinfo` `a` LEFT JOIN `yr_openinfo_content` `b` ON `a`.`info_code`=`b`.`id` WHERE `a`.`Delete_date` IS NULL AND `a`.`type` = '1' AND `a`.`channel` = '357,359' AND `a`.`status` = '1' ORDER BY `a`.`istop` DESC,`a`.`orderKey` DESC,`a`.`time_created` DESC