Procházet zdrojové kódy

Merge branch 'mfyx_wx_tmp_1.1' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai před 9 měsíci
rodič
revize
459e52c260
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      controllers/user.go

+ 1 - 1
controllers/user.go

@@ -1188,7 +1188,7 @@ func (this *UserController) ApplyTryOut() {
 						applyMethod = companyItem.Status + "客户"
 					}
 				}
-				applyMethod = applyMethod + "," + title
+				//applyMethod = applyMethod + "," + title
 			}
 			openIpItem, _ := models.GetUserRecordByMobile(4, sellerItem.Mobile)
 			if openIpItem != nil && openIpItem.OpenId != "" {