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;