From e4c73706bbb66c78431027acb97002a3455e1288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Fri, 9 Jan 2026 17:45:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E8=A1=8C=E6=A6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/GiveGiftBases.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/GiveGiftBases.php b/application/api/model/GiveGiftBases.php index aa73bc4a..293e512d 100644 --- a/application/api/model/GiveGiftBases.php +++ b/application/api/model/GiveGiftBases.php @@ -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;