From f0bc7ec9edcb5ed915cc052d8805ffe642fb5cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Mon, 12 Jan 2026 10:32:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4=E6=8E=92=E8=A1=8C=E6=A6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Ranking.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/Ranking.php b/application/api/model/Ranking.php index 29eda689..e18fc8b4 100644 --- a/application/api/model/Ranking.php +++ b/application/api/model/Ranking.php @@ -161,7 +161,7 @@ class Ranking extends Model $end_time = strtotime(date('Y-m-d',$this->end_time+86400)); //获取当前用户的房间id - var_dump(UID); + var_dump(UID);exit; $myRoom = db::name('vs_room')->where(['user_id' => UID ,'room_status' => 1])->find(); if($myRoom){ $my_ranking['rank'] = -1;