|
@@ -282,9 +282,9 @@ func HandleActivityTypeHomeList(listType []*models.ActivityTypeHome, listActivit
|
|
|
if v.YidongActivityId != "" {
|
|
|
item.IsExternalLabel = true
|
|
|
}
|
|
|
- if len(mapActivity[v.ActivityTypeId]) > 10 {
|
|
|
- continue
|
|
|
- }
|
|
|
+ //if len(mapActivity[v.ActivityTypeId]) > 10 {
|
|
|
+ // continue
|
|
|
+ //}
|
|
|
|
|
|
mapActivity[v.ActivityTypeId] = append(mapActivity[v.ActivityTypeId], item)
|
|
|
}
|