Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
education
Project
Project
Details
Activity
Releases
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
李丛阳
education
Commits
7b29d7fe
Commit
7b29d7fe
authored
Mar 31, 2020
by
luzhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
通知log
parent
7cad3406
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
MTNotificationApiRequestClient.java
...common/util/outClient/MTNotificationApiRequestClient.java
+2
-3
No files found.
src/main/java/org/rcisoft/common/util/outClient/MTNotificationApiRequestClient.java
View file @
7b29d7fe
...
@@ -133,18 +133,17 @@ public class MTNotificationApiRequestClient {
...
@@ -133,18 +133,17 @@ public class MTNotificationApiRequestClient {
HaveJurisdictionReqDTO
haveJurisdictionReqDTO
=
new
HaveJurisdictionReqDTO
(
Long
.
parseLong
(
message
.
getCorpId
()),
recipientIdLongList
);
HaveJurisdictionReqDTO
haveJurisdictionReqDTO
=
new
HaveJurisdictionReqDTO
(
Long
.
parseLong
(
message
.
getCorpId
()),
recipientIdLongList
);
log
.
debug
(
"----------------------通知-权限验证---------------------"
);
log
.
debug
(
"----------------------通知-权限验证---------------------"
);
Ret
haveJurisList
=
microappApiRequestClient
.
haveJurisdictionUserFast
(
haveJurisdictionReqDTO
);
Ret
haveJurisList
=
microappApiRequestClient
.
haveJurisdictionUserFast
(
haveJurisdictionReqDTO
);
log
.
debug
(
"----------------------通知-权限验证返回结果----------------------"
+
haveJurisList
);
log
.
debug
(
"----------------------通知-权限验证返回结果----------------------"
+
haveJurisList
.
getData
()
);
if
(
haveJurisList
.
getData
()
==
null
){
if
(
haveJurisList
.
getData
()
==
null
){
return
false
;
return
false
;
}
}
List
<
String
>
haveJurisAccountIds
=
new
ArrayList
<>();
List
<
String
>
haveJurisAccountIds
=
new
ArrayList
<>();
List
<
String
>
getUserAccountList
=
new
ArrayList
<>();
List
<
String
>
getUserAccountList
=
new
ArrayList
<>();
log
.
debug
(
"----------------------通知-list----------------------"
+
getUserAccountList
);
List
<
String
>
getUserAccountLongList
=
(
List
<
String
>)
haveJurisList
.
getData
();
List
<
String
>
getUserAccountLongList
=
(
List
<
String
>)
haveJurisList
.
getData
();
getUserAccountLongList
.
forEach
(
getUserAccount
->{
getUserAccountLongList
.
forEach
(
getUserAccount
->{
getUserAccountList
.
add
(
String
.
valueOf
(
getUserAccount
));
getUserAccountList
.
add
(
String
.
valueOf
(
getUserAccount
));
});
});
log
.
debug
(
"----------------------通知dto-userIds----------------------"
+
getUserAccountList
);
MTUserGetsAccountReqDTO
mtUserGetsReqDTO
=
new
MTUserGetsAccountReqDTO
(
message
.
getCorpId
(),
getUserAccountList
);
MTUserGetsAccountReqDTO
mtUserGetsReqDTO
=
new
MTUserGetsAccountReqDTO
(
message
.
getCorpId
(),
getUserAccountList
);
log
.
debug
(
"----------------------通知-调用accountGetUserHead接口----------------------"
+
mtUserGetsReqDTO
);
log
.
debug
(
"----------------------通知-调用accountGetUserHead接口----------------------"
+
mtUserGetsReqDTO
);
List
<
MTAccountIdRspDTO
>
mtAccountIdRspDTOList
=
mtCotactApiRequestClient
.
accountGetUserHead
(
mtUserGetsReqDTO
);
List
<
MTAccountIdRspDTO
>
mtAccountIdRspDTOList
=
mtCotactApiRequestClient
.
accountGetUserHead
(
mtUserGetsReqDTO
);
...
...
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