|
@@ -5133,7 +5133,7 @@ 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();
|
|
|
+ String roomUid = "LIVE-" + roomId + "-" + courseSchedule.getActualTeacherId().toString()+"-" + time.toDate().getTime();
|
|
|
ImLiveBroadcastRoom room = imLiveBroadcastRoomService.getByRoomUid(roomUid);
|
|
|
if (Objects.nonNull(room)) {
|
|
|
liveRoom.setId(room.getId());
|