Commit 857b8300 by wenyang Committed by akexiu

经纪人名片3.经纪人申请开通邮箱

parent 518178c9
......@@ -5158,11 +5158,11 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
certIdStrList.forEach(i -> certIdList.add(Long.valueOf(i)));
List<Certificate> certificateList = aclPractitionerDALService.findCertificate(certIdList);
resp.setCertificateList(certificateList);
if(!Strings.isNullOrEmpty(resp.getMobileNo())){
DESTypeHandler jpaCryptoConverter = new DESTypeHandler();
resp.setMobileNo(jpaCryptoConverter.decode(resp.getMobileNo()));
}
}
if(!Strings.isNullOrEmpty(resp.getMobileNo())){
DESTypeHandler jpaCryptoConverter = new DESTypeHandler();
resp.setMobileNo(jpaCryptoConverter.decode(resp.getMobileNo()));
}
resp.setInsurerUrl("www.ydinsurance.cn");
resp.setInsurerAbbre("银盾保险经纪");
resp.setInsurerUser("全球保险集团BHL成员");
......@@ -5240,7 +5240,7 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
if(!boole){
messageText = messageText.substring(0,messageText.length()-1);
}
if (Strings.isNullOrEmpty(practitioner.getEmail())) {
if (!Strings.isNullOrEmpty(practitioner.getEmail())) {
messageText += "的经纪人【"+practitioner.getName()+"】申请开通银盾保险专属办公邮箱【"+practitioner.getEmail()+"】,请您在2个工作日内帮忙开通,谢谢!";
}else{
messageText += "的经纪人【"+practitioner.getName()+"】申请开通银盾保险专属办公邮箱,请您在2个工作日内帮忙开通,谢谢!";
......
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