mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
fix json
This commit is contained in:
@@ -736,7 +736,7 @@ public final class JSONUtil {
|
||||
}
|
||||
|
||||
try {
|
||||
// fix issue#1401@Github
|
||||
// fix issue#1399@Github
|
||||
if(object instanceof SQLException){
|
||||
return object.toString();
|
||||
}
|
||||
|
Reference in New Issue
Block a user