zhangzengfei
2024-04-18 3c5bc166a563cd851f3e3b5e1a019f7fa0207ab0
db/person.go
@@ -2,7 +2,7 @@
import (
   "encoding/base64"
   "sdkCompare/compare"
   "sdkCompare/util"
   "strconv"
)
@@ -66,7 +66,7 @@
            Id:          p.Id,
            TableId:     p.TableId,
            AreaId:      p.AreaID,
            FaceFeature: compare.ByteSlice2float32Slice(byteFeat),
            FaceFeature: util.ByteSlice2float32Slice(byteFeat),
            Enable:      int32(p.Enable),
         })
      }
@@ -91,7 +91,7 @@
         Id:          p.Id,
         TableId:     p.TableId,
         AreaId:      p.AreaID,
         FaceFeature: compare.ByteSlice2float32Slice(byteFeat),
         FaceFeature: util.ByteSlice2float32Slice(byteFeat),
         Enable:      int32(p.Enable),
      }
   }