房间排行榜
This commit is contained in:
@@ -539,7 +539,7 @@ class GiveGiftBase extends Model
|
||||
SUM(total_price) * 10 as total
|
||||
FROM ({$unionSql}) as tmp
|
||||
GROUP BY {$options['group_by']}
|
||||
ORDER BY total_price";
|
||||
ORDER BY total desc";
|
||||
} else {
|
||||
$finalSql = "SELECT SUM(total_number) as total_number,
|
||||
SUM(total_price) as total,
|
||||
|
||||
Reference in New Issue
Block a user