#
lsh
2025-10-27 ca76cf86a1a73e5663614eccd41a8ae4e82196eb
src/main/java/com/zy/core/MainProcess.java
@@ -32,7 +32,7 @@
            while (!Thread.currentThread().isInterrupted()) {
                try {
                    // 间隔
                    Thread.sleep(500);
                    Thread.sleep(1000);
                    // 系统运行状态判断
                    if (!SystemProperties.WCS_RUNNING_STATUS.get()) {
                        continue;