|
@@ -706,11 +706,12 @@ func (this *UserController) ApplyTryOut() {
|
|
br.ErrMsg = "申请失败,Err:" + err.Error()
|
|
br.ErrMsg = "申请失败,Err:" + err.Error()
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
+ isResearch = true
|
|
//fmt.Println(isResearch)
|
|
//fmt.Println(isResearch)
|
|
- //if isResearch {
|
|
|
|
- //如果是研选的报告走研选的类目模版消息
|
|
|
|
- go services.SendPermissionApplyTemplateMsgAdminByYxCategory(req, user.CompanyId, mobile, categoryApplyMethod, redirectUrlYx)
|
|
|
|
- //}
|
|
|
|
|
|
+ if isResearch {
|
|
|
|
+ //如果是研选的报告走研选的类目模版消息
|
|
|
|
+ go services.SendPermissionApplyTemplateMsgAdminByYxCategory(req, user.CompanyId, mobile, categoryApplyMethod, redirectUrlYx)
|
|
|
|
+ }
|
|
if detailId > 0 {
|
|
if detailId > 0 {
|
|
applyMethod = applyMethod + "," + title
|
|
applyMethod = applyMethod + "," + title
|
|
}
|
|
}
|