|
@@ -617,9 +617,7 @@ func (this *UserController) ApplyTryOut() {
|
|
}
|
|
}
|
|
sellerMobile = sellerItem.Mobile
|
|
sellerMobile = sellerItem.Mobile
|
|
}
|
|
}
|
|
- //models.GetWxUserItemByMobile()
|
|
|
|
-
|
|
|
|
- err = models.AddApplyRecord(&req, user.Mobile,"", user.UserId,0)
|
|
|
|
|
|
+ err = models.AddApplyRecord(&req, user.Mobile,user.CompanyName, user.UserId,user.CompanyId)
|
|
if err != nil {
|
|
if err != nil {
|
|
br.Msg = "申请失败"
|
|
br.Msg = "申请失败"
|
|
br.ErrMsg = "申请失败,Err:" + err.Error()
|
|
br.ErrMsg = "申请失败,Err:" + err.Error()
|