活动期间不加冻结

This commit is contained in:
liu 2024-07-05 19:13:56 +08:00
parent ac2c632fbb
commit 2d6a45c98d

View File

@ -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) {