购买爵位

This commit is contained in:
2025-12-06 19:02:31 +08:00
parent 828a29d0ee
commit 683816d3ec
2 changed files with 2 additions and 2 deletions

View File

@@ -1138,7 +1138,7 @@ function handelCharge($where,$data){
if(!$orderModel){
return 0;
}
if($orderModel['nobility_id'] != 0){//购买爵位
if($orderModel['nobility_id'] > 0){//购买爵位
//修改订单状态
$res1 = db::name('vs_user_recharge')->where($where)->update([
'pay_status' => 2,