Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EightMonth committed Apr 30, 2024
1 parent fbc312c commit 72b34d0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ public boolean apply(Object o, String name, Object value) {
if(value!=null && value.toString().length()>length){
return false;
}
if(value instanceof MultipartFile){
return false;
}
return true;
}
};
Expand Down

0 comments on commit 72b34d0

Please sign in to comment.