|
@@ -5047,6 +5047,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
//liveRoom.setRoomConfig(liveRoom.getRoomConfig());
|
|
|
liveRoom.setLiveState(1);
|
|
|
liveRoom.setRoomState(0);
|
|
|
+ liveRoom.setSpeakerId(courseSchedule.getActualTeacherId());
|
|
|
liveRoom.setGroupType("LIVE");
|
|
|
liveRoom.setCreatedBy(liveRoom.getSpeakerId());
|
|
|
liveRoom.setCreatedTime(DateTime.now().toDate());
|