From ecb4007518d3b3fb658dcd3fdcf3d87083874bdf Mon Sep 17 00:00:00 2001
From: wang <3597712270@qq.com>
Date: 星期二, 23 四月 2024 19:11:33 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes

---
 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..d2755ae 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