zhaowenxuan
2025-02-15 9450b481614c7a4f191475d63cfa5c5a3f87141e
ltkj-admin/src/main/java/com/ltkj/web/controller/his/HisPDFUtil.java
@@ -1538,7 +1538,10 @@
        tableQz.addCell(cell);
        File file = new File(value + File.separator + "yinzhang.png");
        String keyId = DataSourceContextHolder.getDataSourceKey();
        keyId = keyId.replace("ltkjpeis10_","");
        File file = new File(value + File.separator + keyId + File.separator + "yinzhang.png");
        cell = new PdfPCell();
        cell.setBorder(Rectangle.NO_BORDER);
        cell.setVerticalAlignment(Element.ALIGN_MIDDLE);