|
@@ -562,6 +562,7 @@ public class RoomServiceImpl implements RoomService {
|
|
}
|
|
}
|
|
Date curTime = DateTimeUtils.currentUTC();
|
|
Date curTime = DateTimeUtils.currentUTC();
|
|
Room room = roomDao.findByRid(roomId);
|
|
Room room = roomDao.findByRid(roomId);
|
|
|
|
+ log.info("joinRoomSuccess: roomId={}, userId={}, roleEnum={}, room={}", roomId, userId, roleEnum.name(), Objects.isNull(room));
|
|
if (room == null) {
|
|
if (room == null) {
|
|
saveRoom(roomId, roomId, curTime, display);
|
|
saveRoom(roomId, roomId, curTime, display);
|
|
this.joinImGroup(roomId, schedule.getActualTeacherId(), schedule);
|
|
this.joinImGroup(roomId, schedule.getActualTeacherId(), schedule);
|