Commit 284baceb by jianan

客户告知书24

parent 2d1b5d85
......@@ -3838,6 +3838,8 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
initImages.put("p_name", signPicture);
String pDate = informed.getSignDate();
initDatas.put("p_date", pDate);
initDatas.put("p_informedNo", informed.getInformedNo());
initDatas.put("p_customerName", informed.getCustomerName());
//按模板填充数据生成结果PDF
PDFTemplate.generatePDF(templatePDF, templateResultPDF, initDatas, initImages);
......
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