Cui Zhi Feng
2024-09-20 bbce1624d0d4e9063a2ad71b7f54e34298da9b7a
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>