|
|
@@ -1629,7 +1629,7 @@ public class FsUserCourseVideoServiceImpl extends ServiceImpl<FsUserCourseVideoM
|
|
|
}
|
|
|
|
|
|
FsCourseAnswerLogs rightLog = courseAnswerLogsMapper.selectRightLogByCourseVideo(param.getVideoId(), param.getUserId(), param.getQwUserId());
|
|
|
- if (rightLog == null) {
|
|
|
+ if (rightLog == null && !CloudHostUtils.hasCloudHostName("金牛明医")) {
|
|
|
logger.error("未答题:{}", param.getUserId());
|
|
|
return R.error("未答题");
|
|
|
}
|