Browse Source

Merge branch 'cygx_6.0' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai 2 years ago
parent
commit
3b7bde871c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/chart.go

+ 1 - 1
controllers/chart.go

@@ -71,7 +71,7 @@ func (this *ChartController) Collection() {
 		currentIndex = 1
 		pageSize = 0
 	}
-	list, err, total := services.GetChartCollectionByApi(mobile, (currentIndex-1)*pageSize, pageSize)
+	list, err, total := services.GetChartCollectionByApi(mobile, pageSize, (currentIndex-1)*pageSize)
 	if err != nil {
 		br.Msg = "获取图表分类失败!"
 		br.ErrMsg = "获取图表分类失败"