排行榜

This commit is contained in:
2026-01-09 17:53:33 +08:00
parent c9b1d4c541
commit 155a66d84c
2 changed files with 1 additions and 1 deletions

View File

@@ -374,7 +374,6 @@ class GiveGiftBases extends Model
$options['group_by'] = 'user_id';
var_dump(1231);
// 查询数据
$result = $this->giftModel->getGiftStatisticsRanking($where, $options);

View File

@@ -532,6 +532,7 @@ class GiveGiftBase extends Model
}
$unionSql .= "(" . $sql . ")";
}
var_dump(1231);
var_dump($unionSql);exit;
// 最终统计
if ($options['group_by']) {