修复搜索引擎IP库可能无法升级的Bug

This commit is contained in:
刘祥超
2023-03-13 10:36:41 +08:00
parent c749a7b088
commit 7a6a02284e
2 changed files with 17 additions and 3 deletions

View File

@@ -4,4 +4,5 @@ type SQLRecordsTable struct {
TableName string
UniqueFields []string
ExceptFields []string
IgnoreId bool // 是否可以排除ID
}