update: stats account balance api add year and month query condition
This commit is contained in:
parent
d88cd008a5
commit
ef9d5dd7c8
|
|
@ -213,6 +213,8 @@ func StatsAccountBalance(c *gin.Context) {
|
|||
|
||||
queryParams := script.QueryParams{
|
||||
AccountLike: statsQuery.Prefix,
|
||||
Year: statsQuery.Year,
|
||||
Month: statsQuery.Month,
|
||||
Where: true,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue