123
Administrator
2025-06-05 5c4ea83ba30511b58a6863af43486e5f113f619d
src/main/java/com/zy/core/MainProcess.java
@@ -33,7 +33,7 @@
            while (!Thread.currentThread().isInterrupted()) {
                try {
                    // 间隔
//                    Thread.sleep(1000);
                    Thread.sleep(1000);
                    // 系统运行状态判断
                    if (!SystemProperties.WCS_RUNNING_STATUS.get()) {