取消多扣费一次
This commit is contained in:
parent
2e64e57488
commit
f27eb18340
@ -324,12 +324,12 @@ class PayNotifyLogic extends BaseLogic
|
||||
}elseif ($user['user_ship'] == 1){
|
||||
$vipFrozenAmount = self::dealFrozenPrice($order['id']);
|
||||
//为1的时候要去减活动价
|
||||
$final_price = bcsub($order['pay_price'],$order['deduction_price'],2);
|
||||
$order['pay_price'] = bcsub($final_price,$vipFrozenAmount,2);
|
||||
// $final_price = bcsub($order['pay_price'],$order['deduction_price'],2);
|
||||
// d($final_price,$vipFrozenAmount);
|
||||
$order['pay_price'] = bcsub($order['pay_price'],$vipFrozenAmount,2);
|
||||
self::dealVipAmount($order, $order['pay_type']);
|
||||
}
|
||||
|
||||
|
||||
$user_number = bcmul($order['pay_price'], '0.10', 2);
|
||||
$sing = [
|
||||
'uid' => $order['uid'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user