Skip to content

Commit

Permalink
update: stats account balance api add year and month query condition
Browse files Browse the repository at this point in the history
  • Loading branch information
BaoXuebin committed Jul 2, 2023
1 parent d88cd00 commit ef9d5dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ func StatsAccountBalance(c *gin.Context) {

queryParams := script.QueryParams{
AccountLike: statsQuery.Prefix,
Year: statsQuery.Year,
Month: statsQuery.Month,
Where: true,
}

Expand Down

0 comments on commit ef9d5dd

Please sign in to comment.