Hentua
2023-06-12 cbfcb952897532e377dd3027f6834c82d38341fc
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>