Commit 0adaa208 authored by 董建华's avatar 董建华

修改注册标识类型为引用类型

parent 7d649a88
...@@ -17,7 +17,7 @@ public class AuthBean { ...@@ -17,7 +17,7 @@ public class AuthBean {
private String phoneNo; private String phoneNo;
private String uuid; private String uuid;
private boolean hasPassword; private boolean hasPassword;
private boolean register = false; private Boolean register;
public AuthBean(String token, Principal user) { public AuthBean(String token, Principal user) {
this.token = token; this.token = token;
......
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