mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-18 09:42:52 +00:00
Merge remote-tracking branch 'origin/springboot3' into springboot3
This commit is contained in:
commit
0b42efbbbf
@ -159,6 +159,9 @@ public class AutoLogAspect {
|
||||
if(value!=null && value.toString().length()>length){
|
||||
return false;
|
||||
}
|
||||
if(value instanceof MultipartFile){
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user