|
@@ -386,9 +386,6 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
|
|
|
fullName = iCourseBusinessService.queryFullName(queryBusinessBo);*/
|
|
|
//判断录播拍照是否达标
|
|
|
if(courseSectionVo.getSectionType()==1&&Validator.isNotEmpty(bo.getStatus())&&bo.getStatus()==1){
|
|
|
- if(true){
|
|
|
- throw new CustomException("视频学习时长不达标,758",558);
|
|
|
- }
|
|
|
if(Validator.isNotEmpty(goodsVo)){
|
|
|
if(Validator.isNotEmpty(bo.getGradeId())){
|
|
|
ClassGrade grade = iClassGradeService.getOne(new LambdaQueryWrapper<ClassGrade>()
|