zhangzengfei
2024-09-26 88b1f1d1d14a8fe9e3dde2f363a89d821fc0e641
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 {
         // 比对结果去重, 同一个人到访过多个小区, 缓存数据内会有多条记录