|
@@ -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 != "" {
|