code review:统计代码

This commit is contained in:
YunaiV
2023-10-11 12:32:28 +08:00
parent 704087ce86
commit fef808d88c
32 changed files with 73 additions and 181 deletions

View File

@@ -8,6 +8,7 @@
FROM member_user
WHERE deleted = FALSE
GROUP BY area_id
<!-- TODO @疯狂order by 是不是交给内存哈 -->
ORDER BY userCount DESC
</select>
@@ -17,6 +18,7 @@
FROM member_user
WHERE deleted = FALSE
GROUP BY sex
<!-- TODO @疯狂order by 是不是交给内存哈 -->
ORDER BY userCount DESC
</select>
@@ -31,4 +33,5 @@
AND create_time &lt;= #{endTime}
</if>
</select>
</mapper>
</mapper>