|
@@ -5240,6 +5240,9 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
DateTime time = DateTime.parse(liveStartTime, DateTimeFormat.forPattern(DateUtil.DEFAULT_PATTERN + " " + DateUtil.EXPANDED_TIME_FORMAT));
|
|
|
|
|
|
String roomUid = "LIVE-" + roomId + "-" + courseSchedule.getActualTeacherId().toString()+"-" + time.toDate().getTime();
|
|
|
+ if (StringUtils.isNotBlank(courseSchedule.getLiveRoomId())) {
|
|
|
+ roomUid = courseSchedule.getLiveRoomId();
|
|
|
+ }
|
|
|
ImLiveBroadcastRoom room = imLiveBroadcastRoomService.getByRoomUid(roomUid);
|
|
|
if (Objects.nonNull(room)) {
|
|
|
liveRoom.setId(room.getId());
|