查询邀请人数 bug

This commit is contained in:
GYJ
2024-12-28 14:37:20 +08:00
parent f11c80b895
commit 70404d83e8
4 changed files with 12 additions and 0 deletions

View File

@@ -51,6 +51,11 @@
</if>
</select>
<select id="selectInviteCount2" resultType="Integer">
select count(*) from tb_user tu
where tu.inviter_code = #{code}
</select>
<select id="selectInviteSignCount" resultType="Integer">
SELECT
count(*)