diff --git a/bonus-modules/bonus-tcp/src/main/java/com/bonus/tcp/smartIdentify/controller/SmartIdentifyController.java b/bonus-modules/bonus-tcp/src/main/java/com/bonus/tcp/smartIdentify/controller/SmartIdentifyController.java index d5e74e2..67b506b 100644 --- a/bonus-modules/bonus-tcp/src/main/java/com/bonus/tcp/smartIdentify/controller/SmartIdentifyController.java +++ b/bonus-modules/bonus-tcp/src/main/java/com/bonus/tcp/smartIdentify/controller/SmartIdentifyController.java @@ -52,7 +52,6 @@ public class SmartIdentifyController { * E_IVS_HelmetNotWear :未带安全帽 * E_IVS_Smoking :抽烟报警 * E_IVS_NotWear3ColorVest :未穿三色马甲报警 - * E_IVS_FaceRecognition :人脸识别 */ public static List eventIds = new ArrayList<>(); @@ -60,7 +59,6 @@ public class SmartIdentifyController { eventIds.add("E_IVS_HelmetNotWear"); eventIds.add("E_IVS_Smoking"); eventIds.add("E_IVS_NotWear3ColorVest"); - eventIds.add("E_IVS_FaceRecognition"); } /**