自动化立体仓库 - WCS系统
*
lsh
2025-01-14 8aa610e1ef4e177083c3fd80ab88ad0be203ca23
src/main/java/com/zy/core/MainProcess.java
@@ -38,7 +38,7 @@
            while (!Thread.currentThread().isInterrupted()) {
                try {
                    // 间隔
                    Thread.sleep(1000);
                    Thread.sleep(200);
                    // 系统运行状态判断
                    if (!SystemProperties.WCS_RUNNING_STATUS.get()) {