Cui Zhi Feng
2024-08-30 e2ab3e6f3f65dee4cf4f51d8ee735738c1315af7
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>