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
9ff8730e
authored
Dec 11, 2025
by
zwb
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改简历列表查询
parent
bffd4dd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 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 @
9ff8730e
...
@@ -252,10 +252,10 @@ public class NewEditionResumeServiceImpl implements NewEditionResumeService {
...
@@ -252,10 +252,10 @@ public class NewEditionResumeServiceImpl implements NewEditionResumeService {
this
.
functionResumeBaseMapper
.
updateById
(
resume
);
this
.
functionResumeBaseMapper
.
updateById
(
resume
);
functionResumeBaseMapper
.
deleteById
(
resumeBase
.
getId
());
functionResumeBaseMapper
.
deleteById
(
resumeBase
.
getId
());
this
.
resumeCacheService
.
delResumeListCache
(
finalUser
.
getId
());
log
.
error
(
"❌ 导入简历异常:"
,
e
);
log
.
error
(
"❌ 导入简历异常:"
,
e
);
}
}
},
commonAsyncThreadPool
.
getExecutor
().
getThreadPoolExecutor
());
},
commonAsyncThreadPool
.
getExecutor
().
getThreadPoolExecutor
());
this
.
resumeCacheService
.
delResumeListCache
(
finalUser
.
getId
());
}
}
public
static
String
generate
(
String
baseName
,
List
<
String
>
names
)
{
public
static
String
generate
(
String
baseName
,
List
<
String
>
names
)
{
...
...
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