@@ -376,7 +376,7 @@ class WinfailLogic
if ($bet_type == 1) {
DB::update("update money_buy_simplex set game_status=$rwin where order_id='$order_id' and game_code='$game_code' and match_id='$match_id' ");
} else {
- DB::update("update money_buy_str set game_status=$rwin where order_id='$order_id' and game_code='$game_code' and match_id='$match_id' ");
+ DB::update("update money_buy_str set game_status=$rwin where order_id='$order_id' ");
}
return 1;