|
|
@@ -387,7 +387,7 @@ public class ChengTaiOrderApiServiceImpl implements ChengTaiOrderApiService {
|
|
|
insAreaCompanyService.insertCompanyAndOrders(insAreaCompany, insAreaCompanyAccidentalDrivings);
|
|
|
// 保存交强特约信息
|
|
|
InsAreaCompanyRelatedInfo info = new InsAreaCompanyRelatedInfo();
|
|
|
- info.setCompanyId(insAreaCompany.getCompanyId());
|
|
|
+ info.setCompanyId(insAreaCompany.getId());
|
|
|
info.setJqappoint(quoteRespVo.getJqappoint());
|
|
|
info.setSyappoint(quoteRespVo.getSyappoint());
|
|
|
insAreaCompanyRelatedInfoService.save(info);
|