abiao 2 年 前
コミット
dee716585d
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      go/gopath/src/fohow.com/apps/controllers/user_controller/user_controller.go

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