Administrator
3 天以前 aa33e56e37cd19b88ae8eea69c5ebc7c6da8b1d2
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()) {