xingzai %!s(int64=2) %!d(string=hai) anos
pai
achega
c747792df7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/activity.go

+ 1 - 1
controllers/activity.go

@@ -64,7 +64,7 @@ func (this *ActivityController) LabelTypeList() {
 		sortTime = ` timesort DESC  `
 	}
 
-	activityList, err := models.GetCygxActivityList(condition, pars, sortTime, 0, 1)
+	activityList, err := models.GetCygxActivityList(condition, pars, sortTime, 0, 1000)
 	if err != nil {
 		br.Msg = "获取失败"
 		br.ErrMsg = "获取数据失败,Err:" + err.Error()