From 19a846c274fa4da8d0087ea5027502209e3e844b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Mon, 29 Dec 2025 15:38:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E4=BC=9A=E5=90=8E=E5=8F=B0-=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/adminapi/model/Room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/adminapi/model/Room.php b/application/adminapi/model/Room.php index 04cf4d5e..21ec9011 100644 --- a/application/adminapi/model/Room.php +++ b/application/adminapi/model/Room.php @@ -76,7 +76,7 @@ class Room extends Model // $give_where['from'] = ["in",[2,3,6]]; $give_where['from'] = 2; if(!empty($stime)){ - $give_where['apply_time'] = ['>=',strtotime($stime)]; + $give_where['createtime'] = ['>=',strtotime($stime)]; } if(!empty($etime)){ $give_where['createtime'] = ['<',strtotime($etime)];