From 810d81a44d78bc3e7c42c2f116cc9968ab04baef Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期五, 07 二月 2025 15:57:28 +0800
Subject: [PATCH] 修改门店首页统计bug

---
 ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/ShareController.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/ShareController.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/ShareController.java
index 5afd78e..4f944f3 100644
--- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/ShareController.java
+++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/ShareController.java
@@ -264,7 +264,6 @@
                 .eq(auditStatus != null, Share::getAuditStatus, auditStatus)
                 .in(!CollectionUtils.isEmpty(userIds),Share::getObjectId, userIds)
                 .eq(Share::getDelFlag, 0)
-                .orderByAsc(Share::getAuditStatus)
                 .orderByDesc(Share::getCreateTime)
                 .page(Page.of(pageNum, pageSize));
         for (Share record : page.getRecords()) {

--
Gitblit v1.7.1