0, 'passport' => '', 'oauth' => '', 'jsauth_acid' => 0, 'notify' => '', 'creditnames' => '', 'creditbehaviors' => '', 'welcome' => '', 'default' => '', 'default_message' => '', 'payment' => '', 'stat' => '', 'default_site' => 0, 'sync' => '', 'recharge' => '', 'tplnotice' => '', 'grouplevel' => 1, 'mcplugin' => '', 'exchange_enable' => 0, 'coupon_type' => 1, 'statistics' => '', 'bind_domain' => '', 'comment_status' => 0, 'reply_setting' => 0, 'default_module' => '', 'attachment_limit' => 0, 'attachment_size' => '', 'sync_member' => 0, 'remote' => '' ); public function searchWithUniAccountAndAccount(){ return $this->query->from($this->tableName, 'a') ->leftjoin('uni_account', 'b') ->on('a.uniacid', 'b.uniacid') ->leftjoin('account', 'c') ->on('a.uniacid', 'c.uniacid'); } }