fix
Hentua
2023-04-25 cf0acf91076a0a0f720adbbe486cc5d7f3d1d3f9
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)