房间小时榜
This commit is contained in:
@@ -38,7 +38,7 @@ class RoomHourRanking
|
|||||||
->where('b.from',2)
|
->where('b.from',2)
|
||||||
->where('b.createtime', 'between', [$start_time, time()])
|
->where('b.createtime', 'between', [$start_time, time()])
|
||||||
->order('total_price', 'desc')
|
->order('total_price', 'desc')
|
||||||
->limit(20)
|
// ->limit(20)
|
||||||
->select();
|
->select();
|
||||||
if($profit){
|
if($profit){
|
||||||
foreach ($profit as $k => $v) {
|
foreach ($profit as $k => $v) {
|
||||||
|
|||||||
Reference in New Issue
Block a user