Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
6d28530e
Commit
6d28530e
authored
Oct 27, 2025
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
社保办理失败推送微信-fxj
parent
2b2b981d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
TSocialAlertInfoServiceImpl.java
...yifu/social/service/impl/TSocialAlertInfoServiceImpl.java
+1
-1
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TSocialAlertInfoServiceImpl.java
View file @
6d28530e
...
@@ -144,7 +144,7 @@ public class TSocialAlertInfoServiceImpl extends ServiceImpl<TSocialAlertInfoMap
...
@@ -144,7 +144,7 @@ public class TSocialAlertInfoServiceImpl extends ServiceImpl<TSocialAlertInfoMap
houseHoldCountMap
.
put
(
key
,
receiveUserList
.
size
());
houseHoldCountMap
.
put
(
key
,
receiveUserList
.
size
());
String
applyNames
=
list
.
stream
()
String
applyNames
=
list
.
stream
()
.
sorted
(
Comparator
.
comparing
(
TSocialAlertInfo:
:
getHandleTime
).
reversed
())
.
sorted
(
Comparator
.
comparing
(
TSocialAlertInfo:
:
getHandleTime
).
reversed
())
.
map
(
TSocialAlertInfo:
:
getApplyName
).
distinct
().
limit
(
2
).
collect
(
Collectors
.
joining
(
","
));
.
map
(
TSocialAlertInfo:
:
getApplyName
).
distinct
().
limit
(
5
).
collect
(
Collectors
.
joining
(
","
));
houseHoldNameMap
.
put
(
key
,
applyNames
);
houseHoldNameMap
.
put
(
key
,
applyNames
);
}
}
}
}
...
...
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