|
@@ -1,6 +1,5 @@
|
|
|
package com.keao.edu.im.service.Impl;
|
|
|
|
|
|
-import com.alibaba.fastjson.JSONArray;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.keao.edu.auth.api.client.SysUserFeignService;
|
|
|
import com.keao.edu.auth.api.entity.SysUser;
|
|
@@ -1335,7 +1334,8 @@ public class RoomServiceImpl implements RoomService {
|
|
|
}
|
|
|
//同步录制资源
|
|
|
//资源发生变动
|
|
|
- roomMemberDao.updateMsidByRidAndUid(roomId,userId,state);
|
|
|
+ log.info("资源变动 state: {}",state);
|
|
|
+ roomMemberDao.updateMsidFlagByRidAndUid(roomId,userId,state);
|
|
|
if(state == null || state == 0 || !msidFlag){
|
|
|
if(roomMember.getExamRegistrationId() == null){
|
|
|
imHelper.configRecord(roomId);
|