fix: 修复支付类型判断错误
This commit is contained in:
parent
5992ea61a6
commit
b430a6242e
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user