cloudroam
2024-12-09 61b4b44cf4b60334eb9c3c17d13c01342b4f34cf
src/main/resources/mapper/member/MemberMapper.xml
@@ -9,6 +9,6 @@
        <if test="dto.name != null and dto.name != ''">
            and t.name like concat('%', #{dto.name}, '%')
        </if>
        order by t.update_time desc
        order by t.start_point
    </select>
</mapper>