xiaoyong931011
2022-12-22 ab13cdcfe8c9852be7a606c272a42bb0fa7d2cf1
src/main/resources/mapper/modules/MallMemberMapper.xml
@@ -153,6 +153,7 @@
        FROM mall_member m
        left join data_dictionary_custom a on a.description = m.level
        <where>
            and m.level != '代理'
            <if test="record != null" >
                <if test="record.name!=null and record.name!=''">
                    and m.name like concat('%',  #{record.name},'%')