order('id DESC') ->page() ->select(); } // 删除全部 public function clearLog() { return parent::table('ay_syslog')->delete(); } }