Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
order-group-application
order-group
Commits
dce3eb29
Commit
dce3eb29
authored
Jun 10, 2021
by
张跃
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
捕获异常
parent
84a28eaa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
order-application-service/src/main/java/cn/freemud/service/delivery/ThirdDeliveryServiceImpl.java
+5
-2
No files found.
order-application-service/src/main/java/cn/freemud/service/delivery/ThirdDeliveryServiceImpl.java
View file @
dce3eb29
...
@@ -409,8 +409,11 @@ public class ThirdDeliveryServiceImpl implements ThirdDeliveryService {
...
@@ -409,8 +409,11 @@ public class ThirdDeliveryServiceImpl implements ThirdDeliveryService {
message
.
setContent
(
content
);
message
.
setContent
(
content
);
pushMessageNoticeDto
.
setData
(
new
Gson
().
toJson
(
message
));
pushMessageNoticeDto
.
setData
(
new
Gson
().
toJson
(
message
));
try
{
messageNoticeClient
.
createMessage
(
pushMessageNoticeDto
,
LogThreadLocal
.
getTrackingNo
());
messageNoticeClient
.
createMessage
(
pushMessageNoticeDto
,
LogThreadLocal
.
getTrackingNo
());
}
catch
(
Exception
e
){
LogUtil
.
error
(
"推送消息中心失败,订单编号:{},失败原因:{}"
,
orderId
,
""
,
e
);
}
}
}
/**
/**
...
...
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