mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
code refactor
This commit is contained in:
@@ -351,7 +351,7 @@ func (s *TransactionService) ModifyTransaction(transaction *models.Transaction,
|
||||
return errs.ErrUserIdInvalid
|
||||
}
|
||||
|
||||
var updateCols []string
|
||||
updateCols := make([]string, 0, 16)
|
||||
|
||||
now := time.Now().Unix()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user