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 fba0e3f1
authored
May 22, 2024
by
朱海
1
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[chg]修改日志
1 parent
b810a59b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/viontech/match/service/PersonService.java
src/main/java/com/viontech/match/service/PersonService.java
View file @
fba0e3f
...
...
@@ -96,7 +96,7 @@ public class PersonService {
if
(
poolId
!=
null
)
{
poolIds
.
add
(
poolId
);
}
log
.
info
(
"人员匹配操作开始,PoolIds:[{}],rid:{}"
,
poolIds
,
rid
);
log
.
info
(
"人员匹配
数量
操作开始,PoolIds:[{}],rid:{}"
,
poolIds
,
rid
);
long
startTime
=
System
.
currentTimeMillis
();
try
{
String
[]
indices
=
poolIds
.
toArray
(
new
String
[
poolIds
.
size
()]);
...
...
@zhuhai
朱海
@zhuhai
mentioned in commit
28968dbd
Aug 28, 2024
mentioned in commit
28968dbd
Toggle commit list
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