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
7cad3406
Commit
7cad3406
authored
Mar 31, 2020
by
luzhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发送通知 类型转换问题
parent
6e9903da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
readMe.md
readMe.md
+3
-0
MTNotificationApiRequestClient.java
...common/util/outClient/MTNotificationApiRequestClient.java
+5
-5
No files found.
readMe.md
View file @
7cad3406
...
@@ -30,3 +30,6 @@
...
@@ -30,3 +30,6 @@
@Slf4j : 注解在类上, 为类提供一个属性名为 log 的 log4j 的日志对象
@Slf4j : 注解在类上, 为类提供一个属性名为 log 的 log4j 的日志对象
**接口调整日志等级:**
http://localhost:8081/logback/level?level=error
src/main/java/org/rcisoft/common/util/outClient/MTNotificationApiRequestClient.java
View file @
7cad3406
...
@@ -138,12 +138,12 @@ public class MTNotificationApiRequestClient {
...
@@ -138,12 +138,12 @@ public class MTNotificationApiRequestClient {
return
false
;
return
false
;
}
}
List
<
String
>
haveJurisAccountIds
=
new
ArrayList
<>();
List
<
String
>
haveJurisAccountIds
=
new
ArrayList
<>();
List
<
String
>
getUserAccountList
=
(
List
<
String
>)
haveJurisList
.
getData
();
List
<
String
>
getUserAccountList
=
new
ArrayList
<>
();
log
.
debug
(
"----------------------通知-list----------------------"
+
getUserAccountList
);
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(getUserAccount
);
getUserAccountList
.
add
(
String
.
valueOf
(
getUserAccount
)
);
//
});
});
MTUserGetsAccountReqDTO
mtUserGetsReqDTO
=
new
MTUserGetsAccountReqDTO
(
message
.
getCorpId
(),
getUserAccountList
);
MTUserGetsAccountReqDTO
mtUserGetsReqDTO
=
new
MTUserGetsAccountReqDTO
(
message
.
getCorpId
(),
getUserAccountList
);
log
.
debug
(
"----------------------通知-调用accountGetUserHead接口----------------------"
+
mtUserGetsReqDTO
);
log
.
debug
(
"----------------------通知-调用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