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 20:34:00 +0800
Commit
ec7228feb59bc91a561c81236fa03106f1ed4599
1 parent
0c00d8e2
resume
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 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 @
ec7228f
...
...
@@ -941,7 +941,7 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService {
.
penaltyRate
(
penaltyRate
)
.
penaltyAmount
(
penaltyAmount
)
.
refundAmount
(
refundAmount
)
//
.showPrice(true)
.
showPrice
(
true
)
.
build
();
return
occr
;
}
...
...
Please
register
or
login
to post a comment