From 5662a19fc79c5fcbffd401fc8cf4a5d93bc5eab7 Mon Sep 17 00:00:00 2001 From: monomania Date: Tue, 17 Mar 2020 05:06:45 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=A2=9E=E5=8A=A0=E7=88=AC=E8=99=AB=E7=BA=BF?= =?UTF-8?q?=E7=A8=8B=202.=E5=88=86=E6=9E=90=E4=BD=BF=E7=94=A8=E5=8D=8F?= =?UTF-8?q?=E7=A8=8B=E5=8A=A0=E9=80=9F=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- foot-core/module/analy/service/AnalyService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foot-core/module/analy/service/AnalyService.go b/foot-core/module/analy/service/AnalyService.go index a6dbe2b..d58abb4 100644 --- a/foot-core/module/analy/service/AnalyService.go +++ b/foot-core/module/analy/service/AnalyService.go @@ -57,7 +57,7 @@ func (this *AnalyService) FindAll() []*entity5.AnalyResult { func (this *AnalyService) Analy(analyAll bool, thiz AnalyInterface) { var matchList []*entity2.MatchLast if analyAll { - var currentPage,pageSize int64 = 1,100 + var currentPage,pageSize int64 = 1,1000 var page *pojo.Page page = new(pojo.Page) page.PageSize = pageSize -- GitLab