|
@@ -2404,6 +2404,11 @@ func (this *ActivityCoAntroller) LabelTypeListV5() {
|
|
|
if v.ActivityTypeId == 7 {
|
|
|
v.ActivityTypeId = 2
|
|
|
}
|
|
|
+
|
|
|
+ // 如果是买方线下交流的活动,合并到专家线下交流
|
|
|
+ if v.ActivityTypeId == 8 {
|
|
|
+ v.ActivityTypeId = 5
|
|
|
+ }
|
|
|
item := new(models.CygxActivityLabelList)
|
|
|
item.IsResearchPoints = activityPointsByUserAllMap[v.ActivityId]
|
|
|
item.City = mapCity[fmt.Sprint(v.KeyWord, "{|}", v.ActivityTypeId)]
|