Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
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 143aa822
authored
Jul 12, 2023
by
wangli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
1 parent
7328d21b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
project-order/src/main/java/com/dituhui/pea/order/service/impl/EngineerServiceImpl.java
project-order/src/main/java/com/dituhui/pea/order/service/impl/EngineerServiceImpl.java
View file @
143aa82
...
...
@@ -155,7 +155,9 @@ public class EngineerServiceImpl implements EngineerService {
Set
<
String
>
sInput
=
new
HashSet
<>(
skillGroupIds
);
Set
<
String
>
sDB
=
new
HashSet
<>(
engineerSkills
.
getOrDefault
(
engineerCode
,
new
ArrayList
<>()));
log
.
info
(
"before sInput:{}, sDB:{}"
,
sInput
,
sDB
);
sInput
.
removeAll
(
sDB
);
log
.
info
(
"after sInput:{}"
,
sInput
);
for
(
String
skillGroupId
:
sInput
)
{
EngineerSkillGroup
e
=
new
EngineerSkillGroup
();
e
.
setEngineerCode
(
engineerCode
);
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment