From ef9d5dd7c8ed72a412da477243a7df823e01396a Mon Sep 17 00:00:00 2001 From: BaoXuebin Date: Sun, 2 Jul 2023 23:31:30 +0800 Subject: [PATCH] update: stats account balance api add year and month query condition --- service/stats.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service/stats.go b/service/stats.go index b7fc97a..edfb32a 100644 --- a/service/stats.go +++ b/service/stats.go @@ -213,6 +213,8 @@ func StatsAccountBalance(c *gin.Context) { queryParams := script.QueryParams{ AccountLike: statsQuery.Prefix, + Year: statsQuery.Year, + Month: statsQuery.Month, Where: true, }