|
@@ -508,6 +508,7 @@ func HandleActivityTypeHomeList(listType []*models.ActivityTypeHome, listActivit
|
|
|
v.ActivityTypeId = 2
|
|
|
}
|
|
|
item := new(models.CygxActivityLabelList)
|
|
|
+ item.IsResearchPoints = activityPointsByUserAllMap[v.ActivityId]
|
|
|
item.KeyWord = LabelStr(v.Label, v.IsShowSubjectName, v.TemporaryLabel)
|
|
|
if _, ok := mapkeyWord[fmt.Sprint(v.ActivityTypeId, "-", item.KeyWord)]; ok {
|
|
|
continue
|