ycl-server/src/main/java/com/ycl/platform/service/impl/YwThresholdServiceImpl.java
@@ -125,8 +125,8 @@ List<YwThreshold> ywThresholds = ywThresholdMapper.selectList(wrapper); Map<String, YwThreshold> map = new HashMap<>(); for (YwThreshold ywThreshold : ywThresholds) { String name = ywThreshold.getName(); map.put(name, ywThreshold); String key = ywThreshold.getKey(); map.put(key, ywThreshold); } //时钟准确率阈值 Float clockPercent = Float.valueOf(map.get(YwThreadConstants.Car_ClockPercent).getValue());