#AI
Junjie
4 天以前 0f7621c51507ee1e927b10dba7c9c62c0e524a74
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;
            }