From 0c9521d93a745de0ec71d83c094a6047c0222398 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期三, 29 十月 2025 15:01:51 +0800
Subject: [PATCH] 调整
---
framework/src/main/java/cn/lili/modules/statistics/mapper/PlatformViewMapper.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/framework/src/main/java/cn/lili/modules/statistics/mapper/PlatformViewMapper.java b/framework/src/main/java/cn/lili/modules/statistics/mapper/PlatformViewMapper.java
index 6eeea40..f4aac4e 100644
--- a/framework/src/main/java/cn/lili/modules/statistics/mapper/PlatformViewMapper.java
+++ b/framework/src/main/java/cn/lili/modules/statistics/mapper/PlatformViewMapper.java
@@ -22,4 +22,12 @@
*/
@Select("SELECT sum(uv_num) FROM li_s_platform_view_data ${ew.customSqlSegment}")
Integer count(@Param(Constants.WRAPPER) QueryWrapper queryWrapper);
+ /**
+ * UV娴侀噺缁熻
+ *
+ * @param queryWrapper 鏌ヨ鏉′欢
+ * @return UV娴侀噺缁熻鏁伴噺
+ */
+ @Select("SELECT COUNT(DISTINCT(user_id)) FROM lmk_action_record ${ew.customSqlSegment}")
+ Integer uvCount(@Param(Constants.WRAPPER) QueryWrapper queryWrapper);
}
\ No newline at end of file
--
Gitblit v1.8.0