陶杰
2024-09-26 b9c4585f61f50860b80c1a4dc42f9cbd5e01c063
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>