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
66940bae
Commit
66940bae
authored
Oct 17, 2025
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
社保办理失败推送微信-fxj
parent
c6896097
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
TSocialAlertInfoServiceImpl.java
...yifu/social/service/impl/TSocialAlertInfoServiceImpl.java
+2
-4
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TSocialAlertInfoServiceImpl.java
View file @
66940bae
...
@@ -110,8 +110,6 @@ public class TSocialAlertInfoServiceImpl extends ServiceImpl<TSocialAlertInfoMap
...
@@ -110,8 +110,6 @@ public class TSocialAlertInfoServiceImpl extends ServiceImpl<TSocialAlertInfoMap
R
<
SysUsersVo
>
res
=
upmsDaprUtils
.
getInUseUserByIds
(
userIds
);
R
<
SysUsersVo
>
res
=
upmsDaprUtils
.
getInUseUserByIds
(
userIds
);
if
(
Common
.
isNotNull
(
res
)
&&
Common
.
isNotNull
(
res
.
getData
())
&&
Common
.
isNotNull
(
res
.
getData
().
getUserList
()))
{
if
(
Common
.
isNotNull
(
res
)
&&
Common
.
isNotNull
(
res
.
getData
())
&&
Common
.
isNotNull
(
res
.
getData
().
getUserList
()))
{
userList
=
res
.
getData
().
getUserList
();
userList
=
res
.
getData
().
getUserList
();
}
else
{
log
.
error
(
"社保办理失败通知-获取用户信息失败"
);
}
}
}
}
//找出不在userList中的数据或userList有数据但是lockFlag 不等于0 或 userList有数据但是wxMessage为空
//找出不在userList中的数据或userList有数据但是lockFlag 不等于0 或 userList有数据但是wxMessage为空
...
@@ -191,8 +189,8 @@ public class TSocialAlertInfoServiceImpl extends ServiceImpl<TSocialAlertInfoMap
...
@@ -191,8 +189,8 @@ public class TSocialAlertInfoServiceImpl extends ServiceImpl<TSocialAlertInfoMap
StringBuilder
sendUserIds
=
new
StringBuilder
();
StringBuilder
sendUserIds
=
new
StringBuilder
();
if
(
houseHoldMap
!=
null
&&
houseHoldMap
.
size
()
>
0
){
if
(
houseHoldMap
!=
null
&&
houseHoldMap
.
size
()
>
0
){
if
(
houseHoldUserMap
!=
null
&&
houseHoldUserMap
.
size
()
>
0
){
if
(
houseHoldUserMap
!=
null
&&
houseHoldUserMap
.
size
()
>
0
){
for
(
String
key
:
houseHold
User
Map
.
keySet
())
{
for
(
String
key
:
houseHoldMap
.
keySet
())
{
if
(
null
!=
houseHoldMap
.
get
(
key
)){
if
(
null
!=
houseHold
User
Map
.
get
(
key
)){
if
(
sendUserIds
.
length
()
==
0
)
{
if
(
sendUserIds
.
length
()
==
0
)
{
sendUserIds
.
append
(
houseHoldUserMap
.
get
(
key
));
sendUserIds
.
append
(
houseHoldUserMap
.
get
(
key
));
}
else
{
}
else
{
...
...
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