房间小时榜

This commit is contained in:
2025-09-29 14:21:42 +08:00
parent 5e5185a92a
commit c08578072d

View File

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