Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
朱海
/
VVAS-PicGroup
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 37d67f4e
authored
Jan 15, 2025
by
朱海
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[add]分组统计bug
1 parent
994fe2a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/viontech/keliu/service/impl/PersonRecordServiceImpl.java
src/main/java/com/viontech/keliu/service/impl/PersonRecordServiceImpl.java
View file @
37d67f4
...
...
@@ -535,7 +535,7 @@ public class PersonRecordServiceImpl implements PersonRecordService {
updateSta
.
setFemaleStage
(
femaleStageStr
);
CustomerGroupResult
customerGroupResult
=
new
CustomerGroupResult
();
Map
<
String
,
List
<
DPersonRecord
>>
groupMap
=
personRecord
s
.
stream
().
collect
(
Collectors
.
groupingBy
(
DPersonRecord:
:
getGroupUnid
));
Map
<
String
,
List
<
DPersonRecord
>>
groupMap
=
personRecord
Map
.
values
()
.
stream
().
collect
(
Collectors
.
groupingBy
(
DPersonRecord:
:
getGroupUnid
));
groupMap
.
forEach
((
k
,
v
)
->
{
calGroup
(
1
,
customerGroupResult
,
v
);
});
...
...
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