Cui Zhi Feng
2024-09-01 bd3c29a8710d46dc1c2465e64521044d0f1cd356
src/main/resources/mapper/point/CustomerPointDetailMapper.xml
@@ -15,6 +15,6 @@
        <if test="dto.type != null and dto.type != ''">
            and t.type = #{dto.type}
        </if>
        order by t.update_time desc
        order by t.c desc
    </select>
</mapper>