mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +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