Merge branch 'dev' of https://gitea.lihaink.cn/mkm/multi-store into dev
This commit is contained in:
commit
1741babcf4
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user