zhangzengfei
2024-09-13 bb48a3ef0bdc2b5a0b50ca429bc5bc0a118f9732
service/subscribe.go
@@ -100,7 +100,6 @@
      return true
   })
   logger.Debug("Add Face Notification. faceId: %s", face.FaceID)
}
func AddPersonNotification(person *vo.PersonObject) {
@@ -108,6 +107,4 @@
      value.(TaskProcInfo).task.addPerson(person)
      return true
   })
   logger.Debug("Add Person Notification. personId: %s", person.PersonID)
}