@@ -419,6 +419,9 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
throw new CustomException("拍照次数不达标",559);
}
+ }else{
+ log.info("视频时长数据错误"+JSON.toJSONString(bo));
+ throw new CustomException("视频时长数据错误");