Commit 3db8d0cd authored by shajiaiming's avatar shajiaiming

fix

parent 59daad70
......@@ -100,7 +100,7 @@ class GameBetController extends Controller
$models = CoinGameBet::find()->select('round')->where([
'and',
['valid' => CoinGameBet::VAILD_FALSE],
['<', 'height', $current_height - 12],
['<', 'height', $current_height - 14],
['platform' => $key]
])->all();
if(empty($models)){
......
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