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
caoyan
2019-02-26 19:29:56 +0800
Commit
fa40717900556a9a4bee4d50ad19a410a1e15090
1 parent
d0da6696
物权转移
Hide 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 @
fa40717
...
...
@@ -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