Commit cf629718 by zwb

新增根据html生成pdf文件

parent 9f11a3de
......@@ -920,8 +920,8 @@ public class NewEditionResumeServiceImpl implements NewEditionResumeService {
vo.setPdfName(properties.getPdfDown() + pdfName);
vo.setHtmlName(properties.getHtmlDown() + htmlName);
}else {
vo.setPdfName(properties.getPdfDownZs() + pdfName);
vo.setHtmlName(properties.getHtmlDownZs() + htmlName);
vo.setPdfName(properties.getPdfDown() + pdfName);
vo.setHtmlName(properties.getHtmlDown() + htmlName);
}
redisTemplate.opsForValue().set(CacheConstants.CREATE_RESUME_HTML_PDF_DATA.formatted(dto.getResumeId()), jsonString);
redisTemplate.opsForValue().set(CacheConstants.CREATE_RESUME_PDF_HTML.formatted(dto.getResumeId()), JSON.toJSONString(vo));
......
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 sign in to comment