compare/capture.go
@@ -1,6 +1,7 @@ package compare import ( "fmt" "sdkCompare/cache" "basic.com/pubsub/protomsg.git" @@ -52,6 +53,7 @@ continue } fmt.Printf("Walk area %s, cache len %d\n", key, val.GetLen()) targets := val.Walk(DoSdkCompare, fFeature, baseScore) if len(targets) > 0 { // 比对结果去重, 同一个人到访过多个小区, 缓存数据内会有多条记录