@@ -560,7 +560,7 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
queryBo.setChannelId(recordVo.getLiveUrl());
LiveChannelBasicInfoResponse infoResponse = iPolyvLiveService.GetChannelBasicInfo(queryBo);
if(Validator.isNotEmpty(infoResponse)){
-
+ recordVo.setWatchStatus(infoResponse.getWatchStatus());
}
return recordVo;