Commit d59d2e72 by 翁国栋 Committed by 284718418@qq.com

旧产品投保

parent ea8ea923
...@@ -20,4 +20,5 @@ public class InsureUserDto { ...@@ -20,4 +20,5 @@ public class InsureUserDto {
private String policyNo; private String policyNo;
private String name; private String name;
private Date updateTime; private Date updateTime;
private Integer productPlanId;
} }
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
ip.policy_no as policyNo, ip.policy_no as policyNo,
ip.org_code as orgCode, ip.org_code as orgCode,
iu.insured_name as insuredName, iu.insured_name as insuredName,
iu.benefit_basic_plan as benefitBasicPlan, iu.product_plan_id as benefitBasicPlan,
iu.benefit_occupation_category as benefitOccupationCategory, iu.benefit_occupation_category as benefitOccupationCategory,
iu.product_plan_id as productPlanId, iu.product_plan_id as productPlanId,
ip.policy_pay_type as policyPayType, ip.policy_pay_type as policyPayType,
......
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