src/main/java/com/zy/core/thread/impl/ZySiemensCrnThread.java
@@ -188,7 +188,12 @@ crnProtocol.setDeviceDataLog(System.currentTimeMillis()); } BasCrnpService basCrnpService = SpringUtils.getBean(BasCrnpService.class); BasCrnpService basCrnpService = null; try { basCrnpService = SpringUtils.getBean(BasCrnpService.class); }catch (Exception e){ } if (basCrnpService != null) { BasCrnp basCrnp = basCrnpService.selectOne(new EntityWrapper<BasCrnp>().eq("crn_no", deviceConfig.getDeviceNo())); if(basCrnp == null) {