#
Junjie
2023-09-26 ecf6751573f564ff53d2595fbfabb01b2e630a7b
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;