src/main/java/com/xcong/excoin/rabbit/consumer/ChatConsumer.java | ●●●●● patch | view | raw | blame | history | |
src/main/java/com/xcong/excoin/rabbit/producer/ChatProducer.java | ●●●●● patch | view | raw | blame | history | |
src/main/resources/mapper/otc/OtcMsgUserListDao.xml | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/excoin/rabbit/consumer/ChatConsumer.java
New file @@ -0,0 +1,7 @@ package com.xcong.excoin.rabbit.consumer;/** * * @author wzy * @date 2021-05-27 **/ public class ChatConsumer { } src/main/java/com/xcong/excoin/rabbit/producer/ChatProducer.java
New file @@ -0,0 +1,5 @@ package com.xcong.excoin.rabbit.producer; public class ChatProducer { } 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>