src/main/java/com/zy/core/model/protocol/SteProtocol.java
@@ -322,7 +322,7 @@ } else { // 电量 try { String chargeLine = SpringUtils.getBean(BasSteService.class).selectById(this.steNo).getChargeLine(); String chargeLine = SpringUtils.getBean(BasSteService.class).getById(this.steNo).getChargeLine(); return charge > Float.parseFloat(chargeLine); } catch (Exception e) { News.error("fail", e);