From 91d9ed88be7e1fdb5115511698b458f3e653e515 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Thu, 27 May 2021 15:00:06 +0800 Subject: [PATCH] modify --- src/main/resources/mapper/otc/OtcMsgUserListDao.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/otc/OtcMsgUserListDao.xml b/src/main/resources/mapper/otc/OtcMsgUserListDao.xml index a1d336c..da6bbfa 100644 --- a/src/main/resources/mapper/otc/OtcMsgUserListDao.xml +++ b/src/main/resources/mapper/otc/OtcMsgUserListDao.xml @@ -32,5 +32,10 @@ order by a.create_time desc </select> + <select id="selectChatListByToAndFrom" resultType="com.xcong.excoin.modules.otc.entity.OtcMsgUserListEntity"> + select * from otc_msg_user_list + where member_id=#{from} and target_id=#{to} + </select> + </mapper> \ No newline at end of file -- Gitblit v1.9.1