Commit 0b1b111c by zhangxingmin

push

parent eb4099f0
......@@ -170,7 +170,7 @@ public class ApiCoSessionServiceImpl implements ApiCoSessionService {
joinResponse.setResourceInit(session.getResourceInit());
joinResponse.setCurrentPage(session.getCurrentPage());
joinResponse.setRoomId(session.getRoomId());
joinResponse.setSessionBizId(session.getResourceInit());
joinResponse.setSessionBizId(session.getCoSessionBizId());
// 获取资源所有者缓存中的登录信息
RoomRedisInfoDTO roomRedisInfoDTO = redisUtil.getCacheObject(RedisEnum.ROOM.getPrefix() + session.getRoomId());
......
......@@ -2,8 +2,6 @@ package com.yd.communication.feign.response;
import lombok.Data;
import javax.validation.constraints.NotBlank;
/**
* 加入协同会话响应对象
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment