pang.jiabao
2025-05-25 be61c90200910a3e48c72596f3bbd459a2a73f25
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()) {