From a0a9e797f1f482e18ea03a40beefa1f85a03faee Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 26 May 2021 20:53:48 +0800 Subject: [PATCH] 20210526 聊天 --- src/main/resources/mapper/otc/OtcMsgHistoryDao.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/otc/OtcMsgHistoryDao.xml b/src/main/resources/mapper/otc/OtcMsgHistoryDao.xml index 47a519d..3a3869e 100644 --- a/src/main/resources/mapper/otc/OtcMsgHistoryDao.xml +++ b/src/main/resources/mapper/otc/OtcMsgHistoryDao.xml @@ -18,7 +18,7 @@ (a.member_id = ${record.targetId} and a.target_id = ${record.memberId}) </if> </where> - order by a.create_time desc + order by a.create_time asc </select> -- Gitblit v1.9.1