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

This commit is contained in:
GoEdgeLab
2023-03-13 10:36:41 +08:00
parent 236b7b85cc
commit 25a2619d84
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
}