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