fix
Helius
2024-04-09 62ad53f3c66ccaacbf29b7fdc1a7b950e61d8c28
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.birthday!=null">
                    and m.birthday = #{record.birthday}
                </if>
                <if test="record.name!=null and record.name!=''">
                    and m.name like concat('%',  #{record.name},'%')
                </if>