Commit 4769acf3 by jianan

新单跟进v2

parent b0a64047
...@@ -717,7 +717,7 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService { ...@@ -717,7 +717,7 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
follow.setPolicyCurrency(apiProductPlanMainInfoDto.getPolicyCurrency()); follow.setPolicyCurrency(apiProductPlanMainInfoDto.getPolicyCurrency());
// 供款年期 // 供款年期
if (StringUtils.isNotBlank(apiProductPlanMainInfoDto.getIssueNumber())) { if (StringUtils.isNotBlank(apiProductPlanMainInfoDto.getIssueNumber())) {
follow.setIssueNumber(Integer.parseInt(apiProductPlanMainInfoDto.getIssueNumber())); follow.setIssueNumber(apiProductPlanMainInfoDto.getIssueNumber());
} }
// 保障期限 // 保障期限
if (StringUtils.isNotBlank(apiProductPlanMainInfoDto.getGuaranteePeriod())) { if (StringUtils.isNotBlank(apiProductPlanMainInfoDto.getGuaranteePeriod())) {
......
...@@ -138,7 +138,7 @@ public class PolicyFollow implements Serializable { ...@@ -138,7 +138,7 @@ public class PolicyFollow implements Serializable {
/** /**
* 供款年期 * 供款年期
*/ */
private Integer issueNumber; private Object issueNumber;
/** /**
* 保障期限 * 保障期限
......
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