|
|
@@ -121,6 +121,10 @@ public class CalculatePremiumResponse extends BaseResponse implements Serializab
|
|
|
carPolicySubInfoList.forEach(x -> map.put(x.getInsureGradeNo(), x));
|
|
|
return accidentalDrivingVo.stream().map(x -> {
|
|
|
CarPolicySubInfoListDTO carPolicySubInfoListDTO = map.get(x.getProjectCode());
|
|
|
+ if(x.getProjectCode().equals("PD-005646%%SP000529%%%1")){
|
|
|
+ carPolicySubInfoListDTO = map.get("PD-005646");
|
|
|
+ }
|
|
|
+
|
|
|
return toAccidentResponseVo(carPolicySubInfoListDTO.getActualPremium(), x);
|
|
|
}).collect(Collectors.toList());
|
|
|
}
|