优化代码

This commit is contained in:
刘祥超
2021-12-15 20:45:51 +08:00
parent 3ff45d6f49
commit 55034efa87
3 changed files with 10 additions and 40 deletions

View File

@@ -131,6 +131,7 @@ func (this *IPItemDAO) DeleteOldItem(tx *dbs.Tx, listId int64, ipFrom string, ip
Attr("ipFrom", ipFrom).
Attr("ipTo", ipTo).
Delete()
// 这里不通知更新
return err
}