fix
Hentua
2023-05-08 0a0ddc2087fa31cafb0589cf5c826f7caef1914e
src/main/resources/mapper/modules/MallMemberMapper.xml
@@ -496,8 +496,8 @@
        select IFNULL(count(1),0)
        from mall_member x where x.referrer_id=#{inviteId}
        and x.level != 'ZERO_LEVEL'
        <if test="accountLevel == 2">
            and x.account_level = 2
        <if test="accountLevel == 1  or accountLevel == 2">
            and x.account_level = #{accountLevel}
        </if>
        <if test="accountLevel == 3">
            and x.account_level in (2, 3)