Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
VVAS-Match
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e68fd9e6
authored
Aug 23, 2025
by
wenshuaiying
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
兼容店员匹配后,不自动加入
1 parent
f07d6fed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/main/java/com/viontech/match/controller/MainController.java
src/main/java/com/viontech/match/controller/MainController.java
View file @
e68fd9e
...
@@ -46,7 +46,9 @@ public class MainController {
...
@@ -46,7 +46,9 @@ public class MainController {
return
poolService
.
queryPool
(
requestVo
);
return
poolService
.
queryPool
(
requestVo
);
case
MatchPerson:
case
MatchPerson:
ResponseVo
matchPerson
=
personService
.
matchPerson
(
requestVo
);
ResponseVo
matchPerson
=
personService
.
matchPerson
(
requestVo
);
if
(
requestVo
.
getPersonPoolId
().
contains
(
"staff"
)
||
requestVo
.
getPersonPoolId
().
contains
(
"person"
))
{
return
matchPerson
;
}
if
(
matchPerson
.
getMatchBodies
()
!=
null
&&
matchPerson
.
getMatchBodies
().
size
()
>
0
)
{
if
(
matchPerson
.
getMatchBodies
()
!=
null
&&
matchPerson
.
getMatchBodies
().
size
()
>
0
)
{
requestVo
.
getPerson
().
setPersonId
(
matchPerson
.
getMatchBodies
().
get
(
0
).
getPersonId
());
requestVo
.
getPerson
().
setPersonId
(
matchPerson
.
getMatchBodies
().
get
(
0
).
getPersonId
());
}
else
if
(
matchPerson
.
getMatchPersons
()
!=
null
&&
matchPerson
.
getMatchPersons
().
size
()
>
0
)
{
}
else
if
(
matchPerson
.
getMatchPersons
()
!=
null
&&
matchPerson
.
getMatchPersons
().
size
()
>
0
)
{
...
...
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