zhangzengfei
2024-05-16 790c60c55054b3e75043eaed11eaef8584d2001d
repository/captureRepo.go
@@ -212,7 +212,7 @@
   cacheItem.Save()
}
func (c CaptureRepository) MsgForward(msg *vo.RequestFaceList) {
func (c CaptureRepository) VIIDMsgForward(msg *vo.RequestFaceList) {
   faceInfo := msg.FaceListObject.FaceObject[0]
   // 匹配楼层
   faceAppearTime, err := time.ParseInLocation("20060102150405", faceInfo.FaceAppearTime, time.Local)