陶杰
2024-10-22 c144a01a7fff4e9bd169eb9d03b6ea58bc8bafb6
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>