From 62718fb62a1fc92ee727ce31e0ca877f3e30f503 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期五, 17 五月 2024 09:41:34 +0800
Subject: [PATCH] 根据客户需求取消操作输入密码

---
 springboot-vue3/src/main/java/com/example/springboot/component/Plclog.java |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/Plclog.java b/springboot-vue3/src/main/java/com/example/springboot/component/Plclog.java
index 3a312ca..e42ef08 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/component/Plclog.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/Plclog.java
@@ -15,11 +15,7 @@
         while (this != null) {
             try {
                 Thread.sleep(10);
-            } catch (InterruptedException e) {
-                // \\ TODO Auto-generated catch block
-                e.printStackTrace();
-            }
-            spianMapper = WebSocketServer.applicationContext.getBean(SpianMapper.class);
+                spianMapper = WebSocketServer.applicationContext.getBean(SpianMapper.class);
             spianService = WebSocketServer.applicationContext.getBean(SpianService.class);
             StringBuilder B01glassid = spianService.queGlassid("DB103.184", 14);// BO1鐨勭幓鐠僫d
             StringBuilder B02glassid = spianService.queGlassid("DB103.212", 14);// B02鐨勭幓鐠僫d
@@ -42,6 +38,11 @@
                 }
                 b02 = B02backs;
             }
+            } catch (InterruptedException e) {
+                // \\ TODO Auto-generated catch block
+                e.printStackTrace();
+            }
+            
             
         }
     }

--
Gitblit v1.8.0