|
|
@@ -2132,7 +2132,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService {
|
|
|
// 院长大讲堂#11 要求可以看两节
|
|
|
int maxWatchCount = courseProject == 11 ? 2 : 1;
|
|
|
if (Objects.isNull(watchCourseVideo) && logCount >= maxWatchCount) {
|
|
|
- return ResponseResult.fail(504, "超过项目看课数量限制");
|
|
|
+ return ResponseResult.fail(504, "今日学习打卡成功!坚持的你真棒,明天见。");
|
|
|
}
|
|
|
|
|
|
//添加判断:该用户是否已经存在此课程的看课记录,并且看课记录的销售id不是传入的销售id
|