@@ -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 = "获取图表分类失败"