diff --git a/app/models/process/NumberTab.php b/app/models/process/NumberTab.php index 325bca6..39e1b9e 100644 --- a/app/models/process/NumberTab.php +++ b/app/models/process/NumberTab.php @@ -777,7 +777,7 @@ class NumberTab extends BaseModel // if($v['win_total'] > 0){ // $userMoney = $user['money'] - $v['win_total'] + $winTotal; // }elseif($v['win_total'] < 0){ - $userMoney = $user['money'] + $v['win_total'] + $winTotal; + $userMoney = $user['money'] - $v['win_total'] + $winTotal; // }else{ // $userMoney = $user['money'] + $winTotal; // }