fuliqi
2023-11-30 48c336687914f3aa183fc1b2e047cfbde581748d
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);
    }