pull/6200/head
EightMonth 2024-04-30 11:53:59 +08:00
parent fbc312c35d
commit 72b34d082b
1 changed files with 3 additions and 0 deletions

View File

@ -159,6 +159,9 @@ public class AutoLogAspect {
if(value!=null && value.toString().length()>length){
return false;
}
if(value instanceof MultipartFile){
return false;
}
return true;
}
};