diff --git a/app/common/logic/PayNotifyLogic.php b/app/common/logic/PayNotifyLogic.php index 9db8ca269..d2c67b43f 100644 --- a/app/common/logic/PayNotifyLogic.php +++ b/app/common/logic/PayNotifyLogic.php @@ -735,7 +735,7 @@ class PayNotifyLogic extends BaseLogic } //积分写入 - if($order['pay_type']>=14){ + if($order['pay_type']<=14){ UserSignLogic::OrderWrite($order); } if ($off_activity == 1) {