获取聊天报错解决
parent
91eb85793d
commit
9979be777c
|
|
@ -101,7 +101,8 @@ public class ChatLogic {
|
||||||
case 4:
|
case 4:
|
||||||
int group = GlobleSystemLogic.getInstence().getCrossGroup();
|
int group = GlobleSystemLogic.getInstence().getCrossGroup();
|
||||||
if(group==-1){
|
if(group==-1){
|
||||||
throw new ErrorCodeException(ErrorCode.CHAT_NOT_CROSS);
|
MessageUtil.sendMessage(iSession, 1, MessageTypeProto.MessageType.GET_CHAT_MESSAGE_REPONSE_VALUE, null, true);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
chatInfoList = MessageCache.getCrossMsg(messageId,String.valueOf(group));
|
chatInfoList = MessageCache.getCrossMsg(messageId,String.valueOf(group));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue