From b2e9d1f13a8a88e2963f504926234589fa2d2787 Mon Sep 17 00:00:00 2001 From: zhangc <zc@123> Date: 星期五, 11 四月 2025 13:45:38 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/fyxc_shuttle_wcs' into fyxc_shuttle_wcs --- src/main/java/com/zy/core/MainProcess.java | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/zy/core/MainProcess.java b/src/main/java/com/zy/core/MainProcess.java index c500a2c..51ace7f 100644 --- a/src/main/java/com/zy/core/MainProcess.java +++ b/src/main/java/com/zy/core/MainProcess.java @@ -28,7 +28,7 @@ /** * =====>> 寮�濮嬪伐浣� */ - public void start(){ + public void start() { thread = new Thread(() -> { while (!Thread.currentThread().isInterrupted()) { try { @@ -40,6 +40,12 @@ if (!SystemProperties.WCS_RUNNING_STATUS.get()) { continue; } + //zhangc + //杈撻�佺嚎 + // 鍏ュ簱 + // mainService.generateInboundWrk(); + // 鍑哄簱 + // mainService.stnToOutStn(); //鍒濆鍖栧疄鏃跺湴鍥� mainService.initRealtimeBasMap(); @@ -78,7 +84,7 @@ } @PreDestroy - public void shutDown(){ + public void shutDown() { if (thread != null) thread.interrupt(); } -- Gitblit v1.9.1