mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-14 02:01:53 +08:00
统计:会员终端统计接口实现
This commit is contained in:
@@ -18,6 +18,14 @@
|
||||
GROUP BY sex
|
||||
</select>
|
||||
|
||||
<select id="selectSummaryListByRegisterTerminal"
|
||||
resultType="cn.iocoder.yudao.module.statistics.controller.admin.member.vo.MemberTerminalStatisticsRespVO">
|
||||
SELECT register_terminal as terminal, COUNT(1) AS userCount
|
||||
FROM member_user
|
||||
WHERE deleted = FALSE
|
||||
GROUP BY register_terminal
|
||||
</select>
|
||||
|
||||
<select id="selectUserCount" resultType="java.lang.Integer">
|
||||
SELECT COUNT(1)
|
||||
FROM member_user
|
||||
|
Reference in New Issue
Block a user