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