#
Junjie
2 天以前 76f70e9b4cac4a0dc9b02274de3fa7152c7921f4
src/main/java/com/zy/core/MainProcess.java
@@ -78,6 +78,9 @@
                    mainService.loopShuttleCharge();
                    mainService.executeShuttleCharge();
                    //自动切换出入库模式
                    mainService.autoSwitchLiftIOMode();
                    // 间隔
                    Thread.sleep(200);
                } catch (Exception e) {