From 6fc113e0fd5e792350e286ad24a83bcd8d4b4b3b Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期四, 09 五月 2024 15:56:07 +0800
Subject: [PATCH] 更新界面显示问题

---
 hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/config/AppRunnerConfig.java |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/config/AppRunnerConfig.java b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/config/AppRunnerConfig.java
index 4fdb170..c0bf80e 100644
--- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/config/AppRunnerConfig.java
+++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/config/AppRunnerConfig.java
@@ -1,5 +1,6 @@
 package com.mes.config;
 
+import com.mes.common.Plcdownglass;
 import com.mes.common.Plchome;
 import com.mes.device.PLCAutoMes;
 import org.springframework.boot.ApplicationArguments;
@@ -18,11 +19,11 @@
         //
         System.out.println("鍚姩瀹屾垚");
 
+        //new Plcdownglass().start();
 
-
-       new PLCAutoMes().start();
-
-    new Plchome().start();
+//       new PLCAutoMes().start();
+//
+// new Plchome().start();
 
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0