Răsfoiți Sursa

新能源判断

wks 2 ani în urmă
părinte
comite
2b7bf502ab

+ 1 - 1
src/main/java/com/ydtech/constants/enums/dict/insurance/EnergyType.java

@@ -35,7 +35,7 @@ public enum EnergyType implements IBaseEnum {
     private final Integer status;
 
     // 新能源
-    private static final String[] ENERGY = new String[]{ET_1.getCode(), ET_2.getCode(), ET_3.getCode()};
+    private static final String[] ENERGY = new String[]{ET_1.getCode(), ET_2.getCode(), ET_3.getCode(), ET_4.getCode()};
 
     // 新能源
     public static boolean isNewEnergy(String code){