KKSU
2025-01-15 089aa5bc80e7772db13feb87b9e4565993588cf4
src/main/resources/mapper/modules/MallMemberMapper.xml
@@ -11,6 +11,9 @@
        left join mall_vip_config vipConfig on m.level = vipConfig.code
        <where>
            <if test="record != null" >
                <if test="record.birthdayQuery!=null">
                    and date_format(m.birthday, '%m-%d') = date_format(#{record.birthdayQuery}, '%m-%d')
                </if>
                <if test="record.name!=null and record.name!=''">
                    and m.name like concat('%',  #{record.name},'%')
                </if>