统计:Review修改

This commit is contained in:
owen
2023-10-11 15:26:17 +08:00
parent 66cdf4ca4c
commit 4be709b815
11 changed files with 56 additions and 31 deletions

View File

@@ -8,8 +8,6 @@
FROM member_user
WHERE deleted = FALSE
GROUP BY area_id
<!-- TODO @疯狂order by 是不是交给内存哈 -->
ORDER BY userCount DESC
</select>
<select id="selectSummaryListBySex"
@@ -18,8 +16,6 @@
FROM member_user
WHERE deleted = FALSE
GROUP BY sex
<!-- TODO @疯狂order by 是不是交给内存哈 -->
ORDER BY userCount DESC
</select>
<select id="selectUserCount" resultType="java.lang.Integer">