|
@@ -393,9 +393,9 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
|
|
|
List<UserStudyRecordPhoto> photoList = userStudyRecordPhotoService.list(lqw);
|
|
|
if(photoList.size()>0){
|
|
|
UserStudyRecordPhoto photo = photoList.get(0);
|
|
|
- if((DateUtils.getNowTime().longValue()-photo.getCreateTime().longValue())<(videoTime.longValue()-10)){
|
|
|
+ if((DateUtils.getNowTime().longValue()-photo.getCreateTime().longValue())<(videoTime.longValue()-5)){
|
|
|
log.info("视频学习时长不达标"+JSON.toJSONString(bo));
|
|
|
- throw new CustomException("视频学习时长不达标,"+(videoTime.longValue()-10-(DateUtils.getNowTime().longValue()-photo.getCreateTime().longValue())),558);
|
|
|
+ throw new CustomException("视频学习时长不达标,"+(videoTime.longValue()-5-(DateUtils.getNowTime().longValue()-photo.getCreateTime().longValue())),558);
|
|
|
}
|
|
|
}
|
|
|
if(photoList.size()<num){
|