zhangzengfei
2024-06-18 9843a0970dcccfc9bdaa99a4f51053f64c8cc9fa
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)
}