orderBy(['stage' => SORT_DESC])->one(); } /** * 获取等待开奖的竞猜 * * @return CoinGuessResult|null|array */ public static function getWaitingAward() { return self::find()->where(['is_award' => 0])->orderBy(['stage' => SORT_DESC])->one(); } }