From eb0e1f5cc324a6bf90ce39dcf999ca2c7c21b763 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期四, 13 三月 2025 08:42:53 +0800 Subject: [PATCH] 1、卧式理片笼按时间 设备号 查询生产情况 --- hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/AppRunnerConfig.java | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/AppRunnerConfig.java b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/AppRunnerConfig.java index cf13a3b..1800c86 100644 --- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/AppRunnerConfig.java +++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/java/com/mes/AppRunnerConfig.java @@ -1,6 +1,5 @@ package com.mes; -import com.mes.common.S7object; import lombok.extern.slf4j.Slf4j; import org.springframework.boot.ApplicationArguments; import org.springframework.boot.ApplicationRunner; @@ -17,7 +16,7 @@ public void run(ApplicationArguments args) throws Exception { // TODO Auto-generated method stub log.info("鍚姩瀹屾垚"); - S7object.getinstance().start(); +// S7object.getinstance().start(); } } \ No newline at end of file -- Gitblit v1.8.0