Commit cf459d88 by jianan

新单跟进v2

parent 5a22fd0d
...@@ -701,7 +701,7 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService { ...@@ -701,7 +701,7 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
follow.setProductName(apiProductPlanMainInfoDto.getProductLaunchMainName()); follow.setProductName(apiProductPlanMainInfoDto.getProductLaunchMainName());
// 产品类别(保险险种名称) // 产品类别(保险险种名称)
follow.setProductCate(apiProductPlanMainInfoDto.getInsuranceTypeName()); follow.setProductCate(apiProductPlanMainInfoDto.getInsuranceTypeName());
follow.setInsuranceCatrgoryBizId(apiProductPlanMainInfoDto.getInsuranceTypeId()); follow.setInsuranceCategoryBizId(apiProductPlanMainInfoDto.getInsuranceTypeId());
// 保险公司 // 保险公司
follow.setInsuranceCompany(apiProductPlanMainInfoDto.getCompanyName()); follow.setInsuranceCompany(apiProductPlanMainInfoDto.getCompanyName());
// 保险公司业务ID(从产品计划获取的公司ID) // 保险公司业务ID(从产品计划获取的公司ID)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment