From c08578072da621af520abf1c9c76c6b7b2006f49 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, 29 Sep 2025 14:21:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4=E5=B0=8F=E6=97=B6=E6=A6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/RoomHourRanking.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/RoomHourRanking.php b/application/api/controller/RoomHourRanking.php index 428181d..bbad432 100644 --- a/application/api/controller/RoomHourRanking.php +++ b/application/api/controller/RoomHourRanking.php @@ -38,7 +38,7 @@ class RoomHourRanking ->where('b.from',2) ->where('b.createtime', 'between', [$start_time, time()]) ->order('total_price', 'desc') - ->limit(20) +// ->limit(20) ->select(); if($profit){ foreach ($profit as $k => $v) {