Commit d152dff4 authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/MVP1.7.5' into MVP1.7.5

parents 870bfa4a 93fea044
...@@ -368,10 +368,11 @@ public class TInsuranceUnpurchaseApplyServiceImpl extends ServiceImpl<TInsurance ...@@ -368,10 +368,11 @@ public class TInsuranceUnpurchaseApplyServiceImpl extends ServiceImpl<TInsurance
person.setApplyNo(tInsuranceUnpurchaseApply.getApplyNo()); person.setApplyNo(tInsuranceUnpurchaseApply.getApplyNo());
person.setDeptId(tInsuranceUnpurchaseApply.getDeptId()); person.setDeptId(tInsuranceUnpurchaseApply.getDeptId());
person.setDeptNo(tInsuranceUnpurchaseApply.getDeptNo()); person.setDeptNo(tInsuranceUnpurchaseApply.getDeptNo());
person.setDeptName(tInsuranceUnpurchaseApply.getDeptName());
person.setDivision(tInsuranceUnpurchaseApply.getDivision()); person.setDivision(tInsuranceUnpurchaseApply.getDivision());
person.setNewLine(tInsuranceUnpurchaseApply.getNewLine()); person.setNewLine(tInsuranceUnpurchaseApply.getNewLine());
person.setReasonType(tInsuranceUnpurchaseApply.getReasonType()); person.setReasonType(tInsuranceUnpurchaseApply.getReasonType());
person.setHasContainRisks(tInsuranceUnpurchaseApply.getReasonInfo()); person.setHasContainRisks(tInsuranceUnpurchaseApply.getHasContainRisks());
person.setReasonInfo(tInsuranceUnpurchaseApply.getReasonInfo()); person.setReasonInfo(tInsuranceUnpurchaseApply.getReasonInfo());
person.setCreateBy(tInsuranceUnpurchaseApply.getCreateBy()); person.setCreateBy(tInsuranceUnpurchaseApply.getCreateBy());
person.setCreateName(tInsuranceUnpurchaseApply.getCreateName()); person.setCreateName(tInsuranceUnpurchaseApply.getCreateName());
......
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