#
luxiaotao1123
2022-09-21 baca47c8252a84685cb79787272ff614a4e44cac
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);
            }