Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
张文彪
/
employmentBusinessPc
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cf629718
authored
Dec 01, 2025
by
zwb
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
新增根据html生成pdf文件
parent
9f11a3de
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
employmentBusiness-pc-modules/employmentBusiness-pc-system/src/main/java/com/bkty/system/service/resume/impl/NewEditionResumeServiceImpl.java
employmentBusiness-pc-modules/employmentBusiness-pc-system/src/main/java/com/bkty/system/service/resume/impl/NewEditionResumeServiceImpl.java
View file @
cf629718
...
...
@@ -920,8 +920,8 @@ public class NewEditionResumeServiceImpl implements NewEditionResumeService {
vo
.
setPdfName
(
properties
.
getPdfDown
()
+
pdfName
);
vo
.
setHtmlName
(
properties
.
getHtmlDown
()
+
htmlName
);
}
else
{
vo
.
setPdfName
(
properties
.
getPdfDown
Zs
()
+
pdfName
);
vo
.
setHtmlName
(
properties
.
getHtmlDown
Zs
()
+
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
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment