mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 15:07:33 +08:00
remove unused code
This commit is contained in:
@@ -154,7 +154,6 @@ func (s *AccountService) DeleteAccounts(uid int64, ids []int64) error {
|
||||
|
||||
updateModel := &models.Account{
|
||||
Deleted: true,
|
||||
UpdatedUnixTime: now,
|
||||
DeletedUnixTime: now,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user