mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +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{
|
updateModel := &models.Account{
|
||||||
Deleted: true,
|
Deleted: true,
|
||||||
UpdatedUnixTime: now,
|
|
||||||
DeletedUnixTime: now,
|
DeletedUnixTime: now,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user