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) {