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, }