From a22908ba185ffa79d69750f4effa556a046f13c3 Mon Sep 17 00:00:00 2001 From: yyb <1416014977@qq.com> Date: Tue, 27 Jan 2026 11:55:06 +0800 Subject: [PATCH] =?UTF-8?q?update=20m2pool=20=E5=AE=A2=E6=9C=8D=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E5=AE=A4=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E5=B1=95=E7=A4=BA=E4=B8=8D=E5=AD=98=E5=9C=A8=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E4=BF=A1=E6=81=AF=E7=9A=84=E8=81=8A=E5=A4=A9=E5=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/chat/ChatRoomMapper.xml | 1 + 1 file changed, 1 insertion(+) 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 4686e1a..29cf7a9 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 @@ -32,6 +32,7 @@ ORDER BY flag DESC, + service_read_num DESC, GREATEST( last_user_send_time, last_customer_send_time ) DESC LIMIT 20