#
Junjie
2026-01-08 706eabba4750cf92282378ae5d2414f497a4578c
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