src/main/java/com/zy/service/impl/MainServiceImpl.java
@@ -1356,6 +1356,10 @@ * 堆垛机回原点 */ public synchronized void originGo() throws InterruptedException { Config config = configService.selectOne(new EntityWrapper<Config>().eq("code", "autoHome").eq("status", 1)); if (config == null || Cools.isEmpty(config.getValue()) || !config.getValue().equals("Y")) { return; } for (CrnSlave crn : slaveProperties.getCrn()) { // 获取堆垛机信息