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
Email Patches
Plain Diff
Browse Files
Authored by
chenchao
2019-02-26 15:15:12 +0800
Commit
20eebe88a53dde948adf0c59e2e78b95b9cdf5a8
1 parent
2a582ce7
add show price
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/BuyerOrderServiceImpl.java
order/src/main/java/com/yohoufo/order/service/impl/BuyerOrderServiceImpl.java
View file @
20eebe8
...
...
@@ -941,6 +941,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService {
.
penaltyRate
(
penaltyRate
)
.
penaltyAmount
(
penaltyAmount
)
.
refundAmount
(
refundAmount
)
.
showPrice
(
true
)
.
build
();
return
occr
;
}
...
...
Please
register
or
login
to post a comment