zhangzengfei
2024-10-17 b4a86051e9bf4888fd5d01c12232a26f3874e03b
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)
}