主页统计

This commit is contained in:
19173159168
2025-09-17 00:05:46 +08:00
parent 682b8c45fe
commit d343b4b39e
12 changed files with 175 additions and 83 deletions

View File

@ -185,4 +185,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</foreach>
</insert>
<select id="selectUserCount" resultType="java.lang.Integer">
SELECT count(1) as orderCount FROM zc_base_user where del_flag = 0
</select>
</mapper>