zhangzengfei
2024-08-23 d3ea6799865812baaa1439922d6123e70a0cccdc
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)
}