xiaoyong931011
2021-05-27 61d5fd4ace2f9b6455dcf13df54a7ba7fa2baf36
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>