活动期间不加冻结
This commit is contained in:
parent
ac2c632fbb
commit
2d6a45c98d
@ -598,7 +598,7 @@ class PayNotifyLogic extends BaseLogic
|
||||
}
|
||||
|
||||
//如果是会员需要返回会员金额
|
||||
if ($user_ship>0 && $order['pay_type'] != PayEnum::CASH_PAY) {
|
||||
if ($user_ship>0 && $order['pay_type'] != PayEnum::CASH_PAY && $off_activity !=1) {
|
||||
$order['dealVipAmount']= self::dealVipAmount($order, $order['pay_type']);
|
||||
}
|
||||
if ($order['spread_uid'] > 0 || $user_ship > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user