Commit a24879dc authored by 武飞达's avatar 武飞达

fix

parent 0c4cd90d
...@@ -788,7 +788,7 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR ...@@ -788,7 +788,7 @@ public class TransactionReceiptRecordServiceImpl implements ITransactionReceiptR
document.open(); document.open();
document.addTitle("交易凭证");//标题 document.addTitle("交易凭证");//标题
PdfPTable table = new PdfPTable(6); PdfPTable table = new PdfPTable(6);
Font font = ITextPDFUtil.getColorFont(BaseColor.BLACK,7,"微软雅黑"); Font font = ITextPDFUtil.getColorFont(BaseColor.BLACK,7,"宋体");
table.setWidths(ITextPDFUtil.getColumnWiths(35,35,35,35,25,35)); table.setWidths(ITextPDFUtil.getColumnWiths(35,35,35,35,25,35));
//订单信息 //订单信息
......
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