Commit cf907411 authored by shajiaiming's avatar shajiaiming

fix

parent f5ff23c4
......@@ -26,7 +26,7 @@ class GameBetController extends BaseController
->select('round, player, amount, height, guess_num, valid, rand_num, player_win, platform')
->where('player= :player',[':player' => $player])
->andWhere(['platform' => $platform])
->andWhere(['valid' => CoinGameBet::VAILD_TRUE])
//->andWhere(['valid' => CoinGameBet::VAILD_TRUE])
->orderBy('update_time desc');
$count = $query->count();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment