From 6c679ea7d1acdd67c7c2d4c7302b6420bd3fbcd5 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期四, 22 五月 2025 13:09:03 +0800
Subject: [PATCH] *

---
 src/main/java/com/zy/core/thread/LedThread.java |   19 ++++++++++++-------
 1 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/src/main/java/com/zy/core/thread/LedThread.java b/src/main/java/com/zy/core/thread/LedThread.java
index c4cf476..eb46bc6 100644
--- a/src/main/java/com/zy/core/thread/LedThread.java
+++ b/src/main/java/com/zy/core/thread/LedThread.java
@@ -202,14 +202,19 @@
             screen.turnOn();
         } catch (Exception ignore) {
         }
-        DeviceErrorService deviceErrorService = SpringUtils.getBean(DeviceErrorService.class);
-        if (connRes) {
-            log.info("led杩炴帴鎴愬姛 ===>> [id:{}] [ip:{}] [port:{}]", slave.getId(), slave.getIp(), slave.getPort());
-            deviceErrorService.deleteDeviceError("led", slave.getId());
-        } else {
-            log.error("led杩炴帴澶辫触锛侊紒锛� ===>> [id:{}] [ip:{}] [port:{}]", slave.getId(), slave.getIp(), slave.getPort());
-            deviceErrorService.addDeviceError("led", slave.getId(), "led杩炴帴澶辫触");
+        try{
+            DeviceErrorService deviceErrorService = SpringUtils.getBean(DeviceErrorService.class);
+            if (connRes) {
+                log.info("led杩炴帴鎴愬姛 ===>> [id:{}] [ip:{}] [port:{}]", slave.getId(), slave.getIp(), slave.getPort());
+                deviceErrorService.deleteDeviceError("led", slave.getId());
+            } else {
+                log.error("led杩炴帴澶辫触锛侊紒锛� ===>> [id:{}] [ip:{}] [port:{}]", slave.getId(), slave.getIp(), slave.getPort());
+                deviceErrorService.addDeviceError("led", slave.getId(), "led杩炴帴澶辫触");
+            }
+        } catch (Exception e){
+            log.error("e:"+e.getMessage());
         }
+
         return connRes;
     }
 

--
Gitblit v1.9.1