瀏覽代碼

新能源判断

wks 2 年之前
父節點
當前提交
2b7bf502ab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/ydtech/constants/enums/dict/insurance/EnergyType.java

+ 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){