Merge remote-tracking branch 'origin/springboot3' into springboot3

pull/6344/head
JEECG 2024-06-22 14:58:29 +08:00
commit 0b42efbbbf
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;
}
};