zhanghua
2024-03-12 0c420edb24c2f3a783706e65f0ad76f282518d22
ycl-platform/src/main/java/com/ycl/service/smoke/impl/OdsInTimeServiceImpl.java
@@ -59,6 +59,7 @@
            lambda.eq(OdsInTime::getStatus, status);
        }
        wrapper.orderByDesc("id");
        return this.page(page, wrapper);
    }