Commit be002ba6 by jianan

新单跟进v2

parent f2f18112
......@@ -731,6 +731,8 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
follow.setInitialPaymentMethod(apiProductPlanMainInfoDto.getInitialPaymentMethod());
// 续期付款方式
follow.setRenewalPaymentMethod(apiProductPlanMainInfoDto.getRenewalPaymentMethod());
// 红利付款方式
follow.setDividendDistributionMethod(apiProductPlanMainInfoDto.getDividendDistributionMethod());
// 保单征费
if (apiProductPlanMainInfoDto.getPolicyLevy() != null) {
follow.setPolicyLevy(apiProductPlanMainInfoDto.getPolicyLevy().toString());
......
......@@ -205,7 +205,7 @@ public class PolicyFollowDto implements Serializable {
private String renewalPaymentMethod;
@Schema(description = "红利付款方式(字典)")
private String dividendPaymentMethod;
private String dividendDistributionMethod;
@Schema(description = "快递单号")
private String deliveryNo;
......
......@@ -326,9 +326,9 @@ public class PolicyFollow implements Serializable {
private String renewalPaymentMethod;
/**
* 红利付款方式(字典)
* 红利方式(字典)
*/
private String dividendPaymentMethod;
private String dividendDistributionMethod;
/**
* 快递单号
......
......@@ -399,7 +399,7 @@ public class PolicyFollowDetailVO implements Serializable {
* 红利付款方式(字典)
*/
@Schema(description = "红利付款方式")
private String dividendPaymentMethod;
private String dividendDistributionMethod;
/**
* 快递单号
......
......@@ -64,7 +64,7 @@
<result property="initialPremiumDiscount" column="initial_premium_discount" />
<result property="mailingMethod" column="mailing_method" />
<result property="renewalPaymentMethod" column="renewal_payment_method" />
<result property="dividendPaymentMethod" column="dividend_payment_method" />
<result property="dividendDistributionMethod" column="dividend_distribution_method" />
<result property="deliveryNo" column="delivery_no" />
<result property="policyLevy" column="policy_levy" />
<result property="initialPremiumPaid" column="initial_premium_paid" />
......@@ -94,7 +94,7 @@
reconciliation_company_biz_id,status,next_status_list,policy_holder,insured,
insured_age,grace_period,is_join,policy_currency,initial_payment_method,
initial_premium,initial_premium_total,initial_payment_status,initial_premium_discount,
mailing_method,renewal_payment_method,dividend_payment_method,delivery_no,
mailing_method,renewal_payment_method,dividend_distribution_method,delivery_no,
policy_levy,initial_premium_paid,initial_premium_due,latest_payment_date,broker_sign_date,
insurer_mailing_date,customer_sign_date,attachments,remark,is_deleted,
creator_id,updater_id,create_time,update_time
......
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