排行榜

This commit is contained in:
2026-01-09 17:45:07 +08:00
parent 8b9fd4d927
commit e4c73706bb

View File

@@ -378,7 +378,7 @@ class GiveGiftBases extends Model
// 查询数据
$result = $this->giftModel->getGiftStatisticsRanking($where, $options);
Log::info("查询送礼记录,条件: " . json_encode($where) . ", 结果数: " . count($result['data']));
// Log::info("查询送礼记录,条件: " . json_encode($where) . ", 结果数: " . count($result['data']));
// $this->success('获取成功', $result);
return $result;