Commit a9adf3dd authored by yanzg's avatar yanzg

身份证识别

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