This commit is contained in:
liu 2024-06-27 20:09:03 +08:00
parent aa689ce02f
commit 8bc15dd181

View File

@ -300,10 +300,10 @@ class PayNotifyLogic extends BaseLogic
} }
} }
else{ /* else{
//大于0的时候 //大于0的时候
//先处理金额大的再处理剩余的 //先处理金额大的再处理剩余的
/**** 把所有的金额改为正的再加一条后再加***/ //把所有的金额改为正的再加一条后再加
UserSign::where([ UserSign::where([
'uid'=>$order['uid'], 'uid'=>$order['uid'],
'type'=>1, 'type'=>1,
@ -353,7 +353,7 @@ class PayNotifyLogic extends BaseLogic
// User::where('id',$order['uid'])->inc('purchase_funds',$check)->update();//add // User::where('id',$order['uid'])->inc('purchase_funds',$check)->update();//add
} }
} }*/
} }
return true; return true;