From e468088052b2dea9837645eeed689ee9c5f0948d Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期五, 27 十月 2023 15:58:11 +0800
Subject: [PATCH] 油烟

---
 ycl-platform/src/main/java/com/ycl/service/smoke/impl/OdsCustomerServiceImpl.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/service/smoke/impl/OdsCustomerServiceImpl.java b/ycl-platform/src/main/java/com/ycl/service/smoke/impl/OdsCustomerServiceImpl.java
index 2520424..820f79e 100644
--- a/ycl-platform/src/main/java/com/ycl/service/smoke/impl/OdsCustomerServiceImpl.java
+++ b/ycl-platform/src/main/java/com/ycl/service/smoke/impl/OdsCustomerServiceImpl.java
@@ -30,7 +30,7 @@
         if (StrUtil.isNotEmpty(keyword)) {
             lambda.like(OdsCustomer::getName, keyword);
         }
-
+        lambda.orderByAsc(OdsCustomer::getId);
         return this.page(page, wrapper);
     }
 }

--
Gitblit v1.8.0