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
LUOXC
6 years ago
Commit
6e3278d6946cb3f26889d69f56d7b1acb67e8daf
1 parent
93438471
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
order/src/main/java/com/yohoufo/order/service/transfer/HkAccountSettlement.java
order/src/main/java/com/yohoufo/order/service/transfer/HkAccountSettlement.java
View file @
6e3278d
...
...
@@ -118,7 +118,7 @@ public class HkAccountSettlement {
.
orderCode
(
buyerOrderGoods
.
getOrderCode
())
.
productNo
(
product
.
getProductCode
())
.
productName
(
product
.
getProductName
())
.
rate
(
BigDecimal
.
ZERO
)
.
tariffAmount
(
buyerOrderGoods
.
getTariffAmount
()
)
.
platformServiceAmount
(
tradeBill
.
getSystemAmount
())
.
payAmount
(
tradeBill
.
getAmount
())
.
payType
(
tradeBill
.
getTradeType
()
==
1
?
"保证金"
...
...
@@ -145,7 +145,7 @@ public class HkAccountSettlement {
// 商品名称
private
String
productName
;
// 税费
private
BigDecimal
rate
;
private
BigDecimal
tariffAmount
;
//平台服务费
private
BigDecimal
platformServiceAmount
;
// 打款金额
...
...
Please
register
or
login
to post a comment