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
bffd4dd7
authored
Dec 10, 2025
by
zwb
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改简历模块查询
parent
c5291016
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
employmentBusiness-pc-modules/employmentBusiness-pc-system/src/main/java/com/bkty/system/utils/NewEditionResumeUtil.java
employmentBusiness-pc-modules/employmentBusiness-pc-system/src/main/java/com/bkty/system/utils/NewEditionResumeUtil.java
View file @
bffd4dd7
...
...
@@ -545,14 +545,14 @@ public class NewEditionResumeUtil {
resume
.
resumeCacheService
.
saveResumeModelDataCache
(
dto
.
getModelId
(),
Long
.
valueOf
(
dto
.
getResumeId
()),
JSON
.
toJSONString
(
extra
));
}
}
List
<
ResumeExtra
>
objList
=
new
ArrayList
<>(
1
);
ResumeExtra
obj
=
new
ResumeExtra
();
if
(
extra
!=
null
)
{
List
<
ResumeExtra
>
objList
=
new
ArrayList
<>(
1
);
ResumeExtra
obj
=
new
ResumeExtra
();
BeanUtils
.
copyProperties
(
extra
,
obj
);
objList
.
add
(
obj
);
return
objList
;
}
return
List
.
of
();
obj
.
setDataType
(
code
);
objList
.
add
(
obj
);
return
objList
;
}
/**
...
...
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