|
@@ -1328,8 +1328,8 @@ public class RoomServiceImpl implements RoomService {
|
|
|
}
|
|
|
//同步录制资源
|
|
|
//资源发生变动
|
|
|
+ roomMemberDao.updateMsidByRidAndUid(roomId,userId,msidFlag);
|
|
|
if(state == null || state == 0 || !msidFlag){
|
|
|
- roomMemberDao.updateMsidByRidAndUid(roomId,userId,msidFlag);
|
|
|
if(roomMember.getExamRegistrationId() == null){
|
|
|
imHelper.configRecord(roomId);
|
|
|
}
|