|
@@ -572,7 +572,7 @@ func (this *UserController) ApplyTryOut() {
|
|
|
applyMethod = companyItem.Status + "客户"
|
|
|
}
|
|
|
}
|
|
|
- applyMethod = applyMethod
|
|
|
+ //applyMethod = applyMethod
|
|
|
}
|
|
|
openIpItem, _ := models.GetUserRecordByMobile(4, sellerItem.Mobile)
|
|
|
if openIpItem != nil && openIpItem.OpenId != "" {
|
|
@@ -598,10 +598,10 @@ func (this *UserController) ApplyTryOut() {
|
|
|
CompanyIdType = 1
|
|
|
applyMethod = "潜在客户"
|
|
|
}
|
|
|
- if detailId > 0 {
|
|
|
- //applyMethod = applyMethod + "," + title
|
|
|
- applyMethod = applyMethod
|
|
|
- }
|
|
|
+ //if detailId > 0 {
|
|
|
+ // //applyMethod = applyMethod + "," + title
|
|
|
+ // applyMethod = applyMethod
|
|
|
+ //}
|
|
|
}
|
|
|
|
|
|
item := new(models.CygxApplyRecord)
|