Browse Source

Merge branch 'cygx_4.4' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 3 years ago
parent
commit
4554b3a0c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/user.go

+ 1 - 1
controllers/user.go

@@ -794,7 +794,7 @@ func (this *UserController) ApplyTryOut() {
 		}
 		openIpItem, _ := models.GetUserRecordByMobile(4, cnf.ConfigValue)
 		if openIpItem != nil && openIpItem.OpenId != "" {
-			if applyMethod != "2" {
+			if req.ApplyMethod != 2 {
 				req.RealName = user.RealName
 				req.CompanyName = user.CompanyName
 			}