修复#6169

This commit is contained in:
EightMonth
2024-04-30 13:49:34 +08:00
parent faebdee755
commit ad3d2eb3fc

View File

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