1
Administrator
7 天以前 4ccbacee614305267a3b185e01cc4816f83daa90
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()) {
@@ -59,11 +59,11 @@
                    mainService.recCrnErr();
                    // 其他  ===>> // 入出库模式切换函数
//                    i++;
//                    if (i > 1) {
//                        mainService.ioConvert();
//                        i = 0;
//                    }
                    i++;
                    if (i > 1) {
                        mainService.ioConvert();
                        i = 0;
                    }
                } catch (Exception e) {