fix: 修复支付类型判断错误

This commit is contained in:
mkm 2024-07-05 16:46:22 +08:00
parent 5992ea61a6
commit b430a6242e

View File

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