ba00b9ce351642f3f70bc7ff24646c921bfb47cb..99faf7be593f0595ce435084ee2b90a8d3da3bd4
2021-05-28 Helius
Merge branch 'otc' of http://120.27.238.55:7000/r/exchange into otc
99faf7 diff | tree
2021-05-28 Helius
modify
7e7040 diff | tree
1 files modified
1 ■■■■ changed files
src/main/java/com/xcong/excoin/rabbit/consumer/ChatConsumer.java 1 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/rabbit/consumer/ChatConsumer.java
@@ -48,6 +48,7 @@
        Long toId = chat.getTargetId();
        Long fromId = chat.getFromMemberId();
        log.info("--->{}, {}", toId, fromId);
        // 发送人是否存在聊天框
        OtcMsgUserListEntity fromList = otcMsgUserListDao.selectChatListByToAndFrom(toId, fromId);
        if (fromList == null) {