Helius
2021-05-28 7e70400b27b6922001766bd337741f451bd5af21
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) {