|
@@ -1339,11 +1339,11 @@ public class RoomServiceImpl implements RoomService {
|
|
|
//资源发生变动
|
|
|
log.info("资源变动 state: {}",state);
|
|
|
roomMemberDao.updateMsidFlagByRidAndUid(roomId,userId,state);
|
|
|
- if(state == null || state == 0 || !msidFlag){
|
|
|
+// if(state == null || state == 0 || !msidFlag){
|
|
|
if(roomMember.getExamRegistrationId() == null){
|
|
|
imHelper.configRecord(roomId);
|
|
|
}
|
|
|
- }
|
|
|
+// }
|
|
|
}
|
|
|
return true;
|
|
|
}
|