From ffcd149633b04b1e1746d6396eb8ce7367e57172 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Wed, 28 Aug 2024 10:48:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E8=83=BD=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tcp/smartIdentify/controller/SmartIdentifyController.java | 2 -- 1 file changed, 2 deletions(-) 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"); } /**