|
@@ -235,7 +235,7 @@ public class PremiumCalculationRequest {
|
|
|
if(!Objects.isNull(quoteVo.getAccidentalDrivingVo())) {
|
|
if(!Objects.isNull(quoteVo.getAccidentalDrivingVo())) {
|
|
|
JSONObject jsonObject = JSONObject.parseObject(JSONObject.toJSONString(quoteVo.getAccidentalDrivingVo()));
|
|
JSONObject jsonObject = JSONObject.parseObject(JSONObject.toJSONString(quoteVo.getAccidentalDrivingVo()));
|
|
|
this.insuredType = "03";
|
|
this.insuredType = "03";
|
|
|
- this.nvhlSuitCode = jsonObject.getString("projectCode");
|
|
|
|
|
|
|
+ this.nvhlSuitCode = quoteVo.getAccidentalDrivingVo().getRelateCode();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|