_getSelfMysql(), 't_season_ranking', array( 'season' => $seasonId, ) ); } public static function getSeasonList(){ $rows = SqlHelper::ormSelect( myself()->_getSelfMysql(), 't_season_ranking', array( 'account_id' => myself()->_getAccountId(), ) ); if (count($rows) < 1){ $rows = null; } return $rows; } }