|
@@ -344,7 +344,7 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
|
// 生成借款协议PDF
|
|
|
try {
|
|
|
PDFUtil.renderToPDFByData(ContractServiceImpl.class.getResource("/").getFile(), FileUtils.readFileToString(srcFile), srcPdfPath,
|
|
|
- "config/fonts/simsun.ttf");
|
|
|
+ "config/fonts/simsun.ttc");
|
|
|
} catch (IOException e) {
|
|
|
throw new BizException("生成pdf协议失败", e);
|
|
|
}
|