Commit 8156e12e by 翁国栋

导入被保人

parent 60c96cd4
...@@ -1419,6 +1419,7 @@ public class InsureContorll { ...@@ -1419,6 +1419,7 @@ public class InsureContorll {
if (insureProductPlan == null) { if (insureProductPlan == null) {
throw new CustomException("方案不存在"); throw new CustomException("方案不存在");
} }
user.setBenefitBasicPlan(String.valueOf(insureProductPlan.getId()));
user.setProductPlanId(insureProductPlan.getId()); user.setProductPlanId(insureProductPlan.getId());
break; break;
case "职业类型": case "职业类型":
......
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