|
@@ -492,7 +492,7 @@ public class RoomServiceImpl implements RoomService {
|
|
|
// this.publishMessage(eduUserFeignService.getPublishMessage(registrationId));
|
|
|
if(registrationId != null){
|
|
|
eduUserFeignService.upsetStudentAttendance(registrationId,1);
|
|
|
-// imHelper.stopRecord(roomId);
|
|
|
+ imHelper.stopRecord(userId,roomId);
|
|
|
}else {
|
|
|
eduUserFeignService.upsetTeacherAttendance(Long.parseLong(roomId),Integer.parseInt(userId),1);
|
|
|
}
|