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