修改费活动加兑换券的逻辑
This commit is contained in:
parent
693043303c
commit
5d2719c8f7
@ -349,10 +349,6 @@ class PayNotifyLogic extends BaseLogic
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -794,8 +790,7 @@ class PayNotifyLogic extends BaseLogic
|
||||
$order['pay_price'] = bcsub($order['pay_price'], $vipFrozenAmount, 2);
|
||||
self::dealVipAmount($order, $order['pay_type']);
|
||||
}
|
||||
if($order['total_price'] > 500 && $order['pay_type'] !=18
|
||||
&& $order['pay_type'] !=3){
|
||||
if($order['total_price'] >= 500 ){
|
||||
$user_number = bcmul($order['pay_price'], '0.10', 2);
|
||||
$sing = [
|
||||
'uid' => $order['uid'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user