src/main/java/com/zy/core/thread/impl/ZyRgvThread.java
@@ -131,7 +131,12 @@ rgvProtocol.setDeviceDataLog(System.currentTimeMillis()); } BasRgvService basRgvService = SpringUtils.getBean(BasRgvService.class); BasRgvService basRgvService = null; try { basRgvService = SpringUtils.getBean(BasRgvService.class); } catch (Exception e) { } if (basRgvService != null) { BasRgv basRgv = basRgvService.selectOne(new EntityWrapper<BasRgv>().eq("rgv_no", deviceConfig.getDeviceNo())); if(basRgv == null) {