Commit bd78d721 authored by 廖旭伟's avatar 廖旭伟

bug修改

parent 1a019490
......@@ -553,7 +553,7 @@ public class ApplyLogServiceImpl extends AbstractCRUDServiceImpl<ApplyLogDao, Ap
entity.setTemplateId(templateEntity.getId());
entity.setTemplateName(templateEntity.getTemplateName());
entity.setCertificateCode(pdu.getCertificateCode());
entity.setCertificateName(pdu.getCertificateName());
entity.setCertificateName(templateEntity.getTemplateName());
entity.setHolderName(pdu.getHolderName());
entity.setHolderType(pdu.getHolderType());
entity.setHolderIdType(pdu.getHolderIdType());
......@@ -625,7 +625,7 @@ public class ApplyLogServiceImpl extends AbstractCRUDServiceImpl<ApplyLogDao, Ap
entity.setTemplateId(templateEntity.getId());
entity.setTemplateName(templateEntity.getTemplateName());
entity.setCertificateCode(pdu.getCertificateCode());
entity.setCertificateName(pdu.getCertificateName());
entity.setCertificateName(templateEntity.getTemplateName());
entity.setSiteId(pdu.getSiteId());
entity.setHolderName(pdu.getHolderName());
entity.setHolderType(pdu.getHolderType());
......
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