From 5b2c866e05ea27c435d1287987e5047deb1950bc Mon Sep 17 00:00:00 2001 From: ychao_1983 Date: Thu, 28 Oct 2021 10:38:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BE=9B=E6=B5=8B=E8=AF=95=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routers/private/tool.go | 1 + 1 file changed, 1 insertion(+) diff --git a/routers/private/tool.go b/routers/private/tool.go index a7a7bee9d..dcab8668e 100755 --- a/routers/private/tool.go +++ b/routers/private/tool.go @@ -41,4 +41,5 @@ func UpdateAllRepoCommitCnt(ctx *macaron.Context) { func RepoStatisticManually(ctx *macaron.Context) { date := ctx.Query("date") repo.RepoStatisticDaily(date) + repo.SummaryStatisticDaily(date) }