he2802 1 年之前
父节点
当前提交
d713fc9d01

+ 0 - 3
zhongzheng-system/src/main/java/com/zhongzheng/modules/user/service/impl/UserStudyRecordServiceImpl.java

@@ -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>()