|
@@ -628,12 +628,14 @@ func (this *UserController) ApplyTryOut() {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- go services.SendPermissionApplyTemplateMsg(req.RealName, req.CompanyName, mobile, applyMethod, redirectUrl, user)
|
|
|
if isResearch {
|
|
|
|
|
|
go services.SendPermissionApplyTemplateMsgAdminByYxCategory(req, user.CompanyId, mobile, applyMethod, redirectUrl)
|
|
|
}
|
|
|
-
|
|
|
+ if detailId > 0 {
|
|
|
+ applyMethod = applyMethod + "," + title
|
|
|
+ }
|
|
|
+ go services.SendPermissionApplyTemplateMsg(req.RealName, req.CompanyName, mobile, applyMethod, redirectUrl, user)
|
|
|
|
|
|
|
|
|
|