Commit db2a2769 authored by yanzg's avatar yanzg

修改实例化关系

parent f034aa2f
...@@ -22,6 +22,11 @@ public class BaseVo implements Serializable { ...@@ -22,6 +22,11 @@ public class BaseVo implements Serializable {
*/ */
@Override @Override
public String toString() { public String toString() {
return JsonHelper.serialize(this); try {
return JsonHelper.serialize(this);
} catch (Exception ex) {
ex.printStackTrace();
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