|
@@ -765,6 +765,7 @@ func ActivityButtonShow(item *models.ActivityDetail, user *models.WxUserItem, pe
|
|
|
IsCanOutboundCall: v.IsCanOutboundCall,
|
|
|
TencentConferenceNumber: v.TencentConferenceNumber,
|
|
|
IsResearchSpecial: v.IsResearchSpecial,
|
|
|
+ LinkParticipants: v.LinkParticipants,
|
|
|
IsResearchPoints: v.IsResearchPoints,
|
|
|
IsExternalLabel: v.IsExternalLabel,
|
|
|
}
|
|
@@ -1034,6 +1035,10 @@ func GetActivityDetailUserPower(user *models.WxUserItem, activityInfo *models.Ac
|
|
|
havePower = false
|
|
|
}
|
|
|
}
|
|
|
+<<<<<<< HEAD
|
|
|
+=======
|
|
|
+ //如果主客观校验不通过,那么直接返回
|
|
|
+>>>>>>> 45e382030b9631148fdf6168e44f34cc327279d3
|
|
|
if !havePower {
|
|
|
return
|
|
|
}
|