|
@@ -318,7 +318,7 @@ class WinfailLogic
|
|
|
return 0;
|
|
return 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if ($bet_type) {
|
|
|
|
|
|
|
+ if ($bet_type == 1) {
|
|
|
$game_code = $orderInfo->game_code;
|
|
$game_code = $orderInfo->game_code;
|
|
|
$match_id = $orderInfo->match_id;
|
|
$match_id = $orderInfo->match_id;
|
|
|
$table = 'st_' . $game_code . '_result';
|
|
$table = 'st_' . $game_code . '_result';
|