Commit 7aa64cce authored by yanzg's avatar yanzg

修复bug

parent b4ee6c53
...@@ -25,7 +25,7 @@ public class BaseVo implements Serializable { ...@@ -25,7 +25,7 @@ public class BaseVo implements Serializable {
public String toString() { public String toString() {
try { try {
return JsonHelper.serialize(this); return JsonHelper.serialize(this);
} catch (Exception ex) { } catch (Throwable ex) {
ex.printStackTrace(); ex.printStackTrace();
return super.toString(); return super.toString();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment