@@ -214,7 +214,7 @@ func (self *UserController) Get() {
}
user.Employ = false
if user.Tel == "" {
- empploy := user_model.GetEmployer(user.Tel, true)
+ empploy := user_model.GetEmployer(user.Tel, false)
if empploy != nil {
user.Employ = true