Commit a9adf3dd authored by yanzg's avatar yanzg

身份证识别

parent 6fd9b15a
...@@ -43,7 +43,7 @@ public class BaseVo implements Serializable { ...@@ -43,7 +43,7 @@ public class BaseVo implements Serializable {
@Override @Override
public String toString() { public String toString() {
try { try {
return JsonHelper.serialize(this, true); return JsonHelper.serialize(this, false);
} catch (Exception ex) { } catch (Exception 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