#
Junjie
2023-09-26 58365ea8a02e8adee1b56948085998107f9a80b3
src/main/java/com/zy/core/model/protocol/NyShuttleProtocol.java
@@ -535,7 +535,7 @@
                if (chargeLine == null) {
                    return false;
                }
                return this.getPowerPercent() < chargeLine || this.minCellVoltage < 2900;
                return this.getPowerPercent() < chargeLine;
            } catch (Exception e) {
                News.error("fail", e);
                return false;