Browse Source

no message

xingzai 1 year ago
parent
commit
eff9f26694
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/report.go

+ 1 - 1
controllers/report.go

@@ -2070,7 +2070,7 @@ func (this *MobileReportController) TacticsList() {
 
 		if categoryId == utils.ACTEGORY_ID_AI_QY {
 			listArticle := make([]*models.HomeArticle, 0)
-			listArticle, total, err = services.GetAiQianYanArtilceList(0, pageSize)
+			listArticle, total, err = services.GetAiQianYanArtilceList(startSize, pageSize)
 			if err != nil {
 				br.Msg = "获取信息失败"
 				br.Msg = "GetAiQianYanArtilceList,Err:" + err.Error()