mirror of https://github.com/jeecgboot/jeecg-boot
pull/6200/head
parent
fbc312c35d
commit
72b34d082b
|
@ -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…
Reference in New Issue