|
|
@@ -1798,7 +1798,7 @@ public class UserStudyRecordServiceImpl extends ServiceImpl<UserStudyRecordMappe
|
|
|
if(Validator.isEmpty(bo.getSimilarity())){
|
|
|
throw new CustomException("相似度缺失");
|
|
|
}
|
|
|
- if(bo.getSimilarity()<80){
|
|
|
+ if(bo.getSimilarity()<65){
|
|
|
throw new CustomException("相似度不达标");
|
|
|
}
|
|
|
UserStudyRecordPhotoAddBo userStudyRecordPhotoAddBo = new UserStudyRecordPhotoAddBo();
|