From dc44379c5e03c68fa7d45d6276d258842b521383 Mon Sep 17 00:00:00 2001 From: yyb <1416014977@qq.com> Date: Mon, 21 Apr 2025 15:18:57 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BF=AE=E6=94=B9=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=AD=98=E5=82=A8=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/chat/ChatRoomMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m2pool-modules/m2pool-chat/src/main/resources/mapper/chat/ChatRoomMapper.xml b/m2pool-modules/m2pool-chat/src/main/resources/mapper/chat/ChatRoomMapper.xml index f04ffa9..0a2dd4e 100644 --- a/m2pool-modules/m2pool-chat/src/main/resources/mapper/chat/ChatRoomMapper.xml +++ b/m2pool-modules/m2pool-chat/src/main/resources/mapper/chat/ChatRoomMapper.xml @@ -23,7 +23,7 @@ WHERE user_two_email = #{userEmail} AND del = FALSE - GROUP BY + ORDER BY flag DESC, last_user_send_time DESC, last_customer_send_time DESC