src/main/java/com/zy/core/MainProcess.java
@@ -36,7 +36,7 @@ try { // 间隔 Thread.sleep(1000); Thread.sleep(2000); // 系统运行状态判断 if (!SystemProperties.WCS_RUNNING_STATUS.get()) { continue; @@ -90,6 +90,8 @@ } catch (Exception e) { e.printStackTrace(); } }