Cui Zhi Feng
2024-10-23 9d42afc9c2fd5ef2ba09b56ba3a5475801b9e4d5
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>