fix cannot add tag when remove tag at same time
This commit is contained in:
@@ -552,8 +552,6 @@ func (s *TransactionService) ModifyTransaction(transaction *models.Transaction,
|
||||
} else if deletedRows < 1 {
|
||||
return errs.ErrTransactionTagNotFound
|
||||
}
|
||||
|
||||
return err
|
||||
}
|
||||
|
||||
if len(transactionTagIndexs) > 0 {
|
||||
|
||||
Reference in New Issue
Block a user