wks 2 лет назад
Родитель
Сommit
c0364e56a7

+ 3 - 1
src/main/java/com/ydtech/modules/order/entity/api/zijin/request/CalculatePremiumRequest.java

@@ -929,7 +929,9 @@ public class CalculatePremiumRequest implements Serializable {
             this.oriModelName = vehicleModelInfosDTO.getModelName();
             this.vehicleStyleUniqueId = vehicleModelInfosDTO.getVehicleId();
             this.isInvokeJingYou = "1";
-            if ("D6,D8,D12,".contains(vehicleModelInfosDTO.getPowerTypeCode() + ",")) {//纯电动 燃料电池 插电式混合动力 归属为新能源产品
+
+            //纯电动 燃料电池 插电式混合动力 归属为新能源产品
+            if ("D6,D8,D12,".contains(vehicleModelInfosDTO.getPowerTypeCode() + ",")) {
                 this.newEnergyFlag = "1";
                 this.pureRange = "";
                 if ("D6".equals(vehicleModelInfosDTO.getPowerTypeCode())) {