|
@@ -3836,6 +3836,15 @@ func (this *ActivityCoAntroller) SpecialDetail() {
|
|
|
resp.PopupMsg = "您暂无权限参加此活动,若想参加可以申请开通对应的试用权限"
|
|
|
}
|
|
|
if hasPermission == 1 {
|
|
|
+ count, err := models.GetCygxUserFollowSpecial(user.UserId)
|
|
|
+ if err != nil {
|
|
|
+ br.Msg = "获取数据失败!"
|
|
|
+ br.ErrMsg = "获取客户详情失败,Err:" + err.Error()
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if count == 1 {
|
|
|
+ resp.Detail.IsFollow = true
|
|
|
+ }
|
|
|
activityInfo.ActivityTypeName = "专项调研"
|
|
|
resp.Detail = activityInfo
|
|
|
}
|