From deef419f4061edc5d1b7d2bc4e47a4a23b75b8d0 Mon Sep 17 00:00:00 2001 From: huangyw <1207046171@qq.com> Date: Thu, 10 Oct 2024 09:09:50 +0800 Subject: [PATCH] =?UTF-8?q?release:=20lottery=E6=A0=B9=E6=8D=AE=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E6=97=B6=E9=97=B4=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/luoo/user/service/LotteryService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luoo_user/src/main/java/com/luoo/user/service/LotteryService.java b/luoo_user/src/main/java/com/luoo/user/service/LotteryService.java index 9ffc0da..180bd5d 100644 --- a/luoo_user/src/main/java/com/luoo/user/service/LotteryService.java +++ b/luoo_user/src/main/java/com/luoo/user/service/LotteryService.java @@ -494,7 +494,7 @@ public class LotteryService { qLottery.publishTime )).from(qLottery) .where(booleanBuilder) - .orderBy(qLottery.createTime.desc()) + .orderBy(qLottery.publishTime.desc()) .offset(pageable.getOffset()) .limit(pageable.getPageSize()) .fetch();