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