Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
LUOXC
2019-01-09 11:24:36 +0800
Commit
d79421e3403667be7b06c628a918bd8b023ad052
2 parents
03264ee0
769f86d7
Merge branch 'dev6.8.5-cancelorder' into test6.8.5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
order/src/main/java/com/yohoufo/order/service/impl/BuyerOrderCancelHandler.java
order/src/main/java/com/yohoufo/order/service/impl/BuyerOrderCancelHandler.java
View file @
d79421e
...
...
@@ -146,6 +146,7 @@ class BuyerOrderCancelHandler {
}
// 更新订单状态成功
if
(
updateBuyerOrderStatus
())
{
log
.
info
(
"cancel order {} from {} to {} success"
,
orderCode
,
expectStatus
,
targetStatus
);
refundCoupon
();
transfer
();
refundPayGoodsMoney
(
buyerOrder
);
...
...
Please
register
or
login
to post a comment