update: stats account balance api add year and month query condition

This commit is contained in:
BaoXuebin 2023-07-02 23:31:30 +08:00
parent d88cd008a5
commit ef9d5dd7c8
1 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,8 @@ func StatsAccountBalance(c *gin.Context) {
queryParams := script.QueryParams{
AccountLike: statsQuery.Prefix,
Year: statsQuery.Year,
Month: statsQuery.Month,
Where: true,
}