gongzuming
2024-10-24 3db677d8ad84f04b84ba2c74f7fc0dd7e5df239d
src/main/resources/mapper/member/MemberGrowthRecordMapper.xml
@@ -42,6 +42,9 @@
        <if test="dto.tel!= null and dto.tel != ''">
            and t.tel like CONCAT('%',#{dto.tel},'%')
        </if>
        <if test="dto.levelName!= null and dto.levelName != ''">
            and m.name like CONCAT('%',#{dto.levelName},'%')
        </if>
        GROUP BY c.id
        order by c.update_time desc
    </select>