mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
code format
This commit is contained in:
@@ -1019,8 +1019,8 @@ func (s *TransactionService) GetAccountsMonthTotalIncomeAndExpense(uid int64, st
|
||||
|
||||
if !exists {
|
||||
monthAccountAmount = &models.TransactionAccountAmount{
|
||||
AccountId: transaction.AccountId,
|
||||
TotalIncomeAmount: 0,
|
||||
AccountId: transaction.AccountId,
|
||||
TotalIncomeAmount: 0,
|
||||
TotalExpenseAmount: 0,
|
||||
}
|
||||
monthAccountsAmounts[transaction.AccountId] = monthAccountAmount
|
||||
|
||||
Reference in New Issue
Block a user