|
@@ -329,6 +329,11 @@ public class GuorenOrderApiServiceImpl implements GuorenOrderApiService {
|
|
|
//生成订单扩展
|
|
//生成订单扩展
|
|
|
responseOrderExtend(iac, quoteRespVo, premiumResult, carPriceResult.getInputvo());
|
|
responseOrderExtend(iac, quoteRespVo, premiumResult, carPriceResult.getInputvo());
|
|
|
|
|
|
|
|
|
|
+ //子订单 车辆人员信息
|
|
|
|
|
+ iac.setCarInfo(JSON.toJSONString(yaQuoteInfoVo.getCarInfo()));
|
|
|
|
|
+ iac.setOwnerInfo(JSON.toJSONString(yaQuoteInfoVo.getOwnerInfo()));
|
|
|
|
|
+ iac.setApplyInfo(JSON.toJSONString(yaQuoteInfoVo.getPolicyHolderInfo()));
|
|
|
|
|
+ iac.setInsureInfo(JSON.toJSONString(yaQuoteInfoVo.getInsuredPersonInfo()));
|
|
|
|
|
|
|
|
InsAreaCompanyAccidentalDriving insAreaCompanyAccidentalDriving = new InsAreaCompanyAccidentalDriving();
|
|
InsAreaCompanyAccidentalDriving insAreaCompanyAccidentalDriving = new InsAreaCompanyAccidentalDriving();
|
|
|
if (accidentalDrivingVo != null) {
|
|
if (accidentalDrivingVo != null) {
|