public function selectall(){

return $this->findBySql("SELECT * FROM article order by art_time desc limit 5")->asArray()->all();
    }

05-18 22:12