From 389500879e866f8d9dcc44aca4df7b89e77d3e5a Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期二, 10 二月 2026 10:52:15 +0800
Subject: [PATCH] 1

---
 zy-acs-cv/src/main/java/com/zy/core/ServerBootstrap.java |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/zy-acs-cv/src/main/java/com/zy/core/ServerBootstrap.java b/zy-acs-cv/src/main/java/com/zy/core/ServerBootstrap.java
index c2f29c5..1f9e312 100644
--- a/zy-acs-cv/src/main/java/com/zy/core/ServerBootstrap.java
+++ b/zy-acs-cv/src/main/java/com/zy/core/ServerBootstrap.java
@@ -27,8 +27,6 @@
 
     @Autowired
     private SlaveProperties slaveProperties;
-    @Autowired
-    private CtuMainProcess ctuMainProcess;
 
     /**
      * PostConstruct浼氬湪鍔犺浇servlet鐨勬椂鍊欒繍琛屼竴娆�
@@ -45,8 +43,7 @@
         initMq();
         // 鍒濆鍖栦笅浣嶆満绾跨▼
         initThread();
-        // 寮�濮嬩富娴佺▼杩涚▼
-        ctuMainProcess.start();
+
         News.info("鏍稿績鎺у埗灞傚凡鍚姩...............................................");
     }
 
@@ -77,13 +74,6 @@
             new Thread(barcodeThread).start();
             SlaveConnection.put(SlaveType.Barcode, barcode.getId(), barcodeThread);
         }
-        // 鍒濆鍖栫绉ょ嚎绋�
-//        News.info("鍒濆鍖栫绉ょ嚎绋�...................................................");
-//        for (Slave scale : slaveProperties.getScale()) {
-//            ScaleThread barcodeThread = new ScaleThread(scale);
-//            new Thread(barcodeThread).start();
-//            SlaveConnection.put(SlaveType.Scale, scale.getId(), barcodeThread);
-//        }
     }
 
 

--
Gitblit v1.9.1