From 02bdd77db8b0bffc471dce9c3ed1a487a8743d55 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 28 May 2021 10:25:35 +0800 Subject: [PATCH] 20210528 --- 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 446527f..0be3ee3 100644 --- a/src/main/resources/mapper/otc/OtcMsgUserListDao.xml +++ b/src/main/resources/mapper/otc/OtcMsgUserListDao.xml @@ -28,5 +28,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