fix limit increase when not planned
This commit is contained in:
@@ -1618,7 +1618,7 @@ class FinancialService(
|
||||
Document("\$unwind", "\$categoryInfo"),
|
||||
|
||||
// 5. Фильтруем по типу категории (EXPENSE)
|
||||
// Document("\$match", Document("categoryInfo.type.code", "EXPENSE")),
|
||||
Document("\$match", Document("categoryInfo.type.code", "EXPENSE")),
|
||||
|
||||
// 6. Группируем обратно по категории, собирая все (год, месяц, total)
|
||||
Document(
|
||||
|
||||
Reference in New Issue
Block a user