abiao 2 lat temu
rodzic
commit
dee716585d

+ 1 - 1
go/gopath/src/fohow.com/apps/controllers/user_controller/user_controller.go

@@ -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
 			}