From a0703e48c90f5a6a2a1e42b3f1f2dce3ef9556f8 Mon Sep 17 00:00:00 2001
From: Jerry Yan <792602257@qq.com>
Date: Tue, 25 Mar 2025 11:11:53 +0800
Subject: [PATCH] 1
---
src/main/resources/mapper/StatisticsMapper.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/mapper/StatisticsMapper.xml b/src/main/resources/mapper/StatisticsMapper.xml
index 4419027..61035c3 100644
--- a/src/main/resources/mapper/StatisticsMapper.xml
+++ b/src/main/resources/mapper/StatisticsMapper.xml
@@ -160,10 +160,10 @@
left join face f on f.id = mv.face_id
where f.scenic_id = #{scenicId}
- and f.create_time >= #{startTime}
+ and f.create_at >= #{startTime}
- and f.create_time <= #{endTime}
+ and f.create_at <= #{endTime}
group by member_id
)a