查询邀请人数 bug
This commit is contained in:
@@ -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(*)
|
||||
|
||||
Reference in New Issue
Block a user