|
|
@@ -72,11 +72,8 @@ public class YcBuildData {
|
|
|
// 燃油
|
|
|
if(rd.getVhl().getFuelType().equals("32773001")){
|
|
|
i = ArrayUtil.indexOf(InsuranceTypeCorrespondence.getYongchengConnectInsuranceType(), kindcode);
|
|
|
- }
|
|
|
- // 新能源
|
|
|
- if(rd.getVhl().getFuelType().equals("32773002")){
|
|
|
- i = ArrayUtil.indexOf(InsuranceTypeCorrespondence.getYongchengConnectInsuranceTypeNewEmergy(), kindcode);
|
|
|
}else{
|
|
|
+ // 新能源
|
|
|
i = ArrayUtil.indexOf(InsuranceTypeCorrespondence.getYongchengConnectInsuranceTypeNewEmergy(), kindcode);
|
|
|
}
|
|
|
InsurKind insurKind = Enum.valueOf(InsurKind.class, InsuranceTypeCorrespondence.getJinZhangGuiType()[i]);
|