src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -1943,7 +1943,7 @@ } /** * 小车电量检测 * 小车电量检测 ===>> 发起充电 */ public void loopSteCharge() { for (SteSlave ste : slaveProperties.getSte()) { @@ -1955,8 +1955,6 @@ if (steProtocol.getCharge() > Float.parseFloat(basSte.getChargeLine())) { continue; } } catch (Exception e) { log.error("fail", e); }