|
@@ -2353,10 +2353,10 @@ func (this *ActivityCoAntroller) LabelTypeListV5() {
|
|
|
}
|
|
|
item.Resource = 1
|
|
|
item.ActivityId = v.ActivityId
|
|
|
- if v.ActivityTypeId == 3 {
|
|
|
- item.IsExternalLabel = v.IsExternalLabel
|
|
|
- item.IsResearchPoints = v.IsResearchPoints
|
|
|
- }
|
|
|
+
|
|
|
+ item.IsExternalLabel = v.IsExternalLabel
|
|
|
+ item.IsResearchPoints = v.IsResearchPoints
|
|
|
+
|
|
|
mapActivity[v.ActivityTypeId] = append(mapActivity[v.ActivityTypeId], item)
|
|
|
mapkeyWord[fmt.Sprint(v.ActivityTypeId, "-", item.KeyWord)] = item.KeyWord
|
|
|
}
|