房间小时榜
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user