src/main/java/com/zy/core/thread/impl/ZyStationV3Thread.java
@@ -217,7 +217,8 @@ CommandResponse commandResponse = null; try { commandResponse = zyStationConnectDriver.sendCommand(command); return commandResponse; } catch (Exception e) { e.printStackTrace(); } finally { BasStationOptService optService = SpringUtils.getBean(BasStationOptService.class); List<ZyStationStatusEntity> statusListEntity = zyStationConnectDriver.getStatus(); @@ -249,6 +250,7 @@ optService.insert(basStationOpt); } } return commandResponse; } @Override