#
Junjie
3 天以前 46fc024595970335c4207c80729329abd90b0cc5
src/main/java/com/zy/core/thread/impl/ZyStationThread.java
@@ -97,7 +97,12 @@
        }
        if(statusList.isEmpty()) {
            BasDevpService basDevpService = SpringUtils.getBean(BasDevpService.class);
            BasDevpService basDevpService = null;
            try {
                basDevpService = SpringUtils.getBean(BasDevpService.class);
            } catch (Exception e) {
            }
            if (basDevpService == null) {
                return;
            }