|
|
@@ -243,7 +243,7 @@ public class Applicant {
|
|
|
applicant.setTBirthday(IDCardUtils.GetBirthday(policyHolderInfo.getIdentifyNumber()));
|
|
|
applicant.setCSex(IDCardUtils.GetYcSex(policyHolderInfo.getIdentifyNumber()));
|
|
|
//@TODO 临时测试 后期需要页面传入
|
|
|
- applicant.setCCntrNme("强");
|
|
|
+ applicant.setCCntrNme("天勤");
|
|
|
if(StringUtils.isNullOrEmpty(applicant.getCCntrNme())){
|
|
|
applicant.setCCntrNme(policyHolderInfo.getName());
|
|
|
}
|