From c43fd45b248b8e55861720139b7d5ff8c9b7b254 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 26 Oct 2023 11:47:45 +0800
Subject: [PATCH] 版本管理

---
 src/main/resources/mapper/modules/ChatUserMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/modules/ChatUserMapper.xml b/src/main/resources/mapper/modules/ChatUserMapper.xml
index c02649c..150afa0 100644
--- a/src/main/resources/mapper/modules/ChatUserMapper.xml
+++ b/src/main/resources/mapper/modules/ChatUserMapper.xml
@@ -74,6 +74,7 @@
             </if>
         </where>
         group by a.user_id
+        HAVING groupRedBagNum > 0
         order by
         a.user_id asc ,a.create_time asc
     </select>

--
Gitblit v1.9.1