mirror of
https://gitee.com/jeecg/JeecgBoot.git
synced 2026-05-19 05:38:05 +00:00
修复#6169
This commit is contained in:
@@ -158,6 +158,9 @@ public class AutoLogAspect {
|
||||
if(value!=null && value.toString().length()>length){
|
||||
return false;
|
||||
}
|
||||
if(value instanceof MultipartFile){
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user