This commit is contained in:
mkm 2024-06-15 10:18:36 +08:00
commit 1741babcf4

View File

@ -177,7 +177,8 @@ class PayNotifyLogic extends BaseLogic
return true;
}
bcscale(2);
$user->now_money = bcadd($user->now_money, $price, 2);
// $user->now_money = bcadd($user->now_money, $price, 2);//v.1
$user->purchase_funds = bcadd($user->purchase_funds, $price, 2);
$user->total_recharge_amount = bcadd($user->total_recharge_amount, $price, 2);
$user->save();