query->from('wechat_news') ->where('attach_id', $attch_id) ->orderby('displayorder', 'ASC'); return $this->query->getall(); } }