Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
order-group-application
order-group
Commits
ab7f5d75
Commit
ab7f5d75
authored
Nov 11, 2020
by
chongfu.liang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
0f28d8a3
c2350679
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
order-application-service/src/main/java/cn/freemud/adapter/OrderAdapter.java
+3
-0
No files found.
order-application-service/src/main/java/cn/freemud/adapter/OrderAdapter.java
View file @
ab7f5d75
...
@@ -3436,6 +3436,7 @@ public class OrderAdapter {
...
@@ -3436,6 +3436,7 @@ public class OrderAdapter {
,
createOrderOperateDto
.
getFatherOrderBean
().
getOid
()
,
createOrderOperateDto
.
getFatherOrderBean
().
getOid
()
,
null
,
null
,
createOrderVo
.
getUnionPayCard
()
,
createOrderVo
.
getUnionPayCard
()
,
createOrderVo
.
getShopId
()
,
createOrderVo
.
getOrderPayItemCreateReqList
()
,
createOrderVo
.
getOrderPayItemCreateReqList
()
,
createOrderVo
.
getCashAmount
()
,
createOrderVo
.
getCashAmount
()
,
createOrderVo
.
getSvcAmount
());
,
createOrderVo
.
getSvcAmount
());
...
@@ -3453,6 +3454,7 @@ public class OrderAdapter {
...
@@ -3453,6 +3454,7 @@ public class OrderAdapter {
,
String
transId
,
String
transId
,
OrderClientType
orderClient
,
OrderClientType
orderClient
,
CreateOrderVo
.
UnionPayCard
unionPayCard
,
CreateOrderVo
.
UnionPayCard
unionPayCard
,
String
storeId
,
List
<
OrderPayItemCreateReq
>
payItem
,
List
<
OrderPayItemCreateReq
>
payItem
,
BigDecimal
cashAmount
,
BigDecimal
cashAmount
,
BigDecimal
svcAmount
){
,
BigDecimal
svcAmount
){
...
@@ -3471,6 +3473,7 @@ public class OrderAdapter {
...
@@ -3471,6 +3473,7 @@ public class OrderAdapter {
requestDto
.
setTransId
(
transId
);
requestDto
.
setTransId
(
transId
);
requestDto
.
setOrderClient
(
orderClient
);
requestDto
.
setOrderClient
(
orderClient
);
requestDto
.
setUnionPayCard
(
unionPayCard
);
requestDto
.
setUnionPayCard
(
unionPayCard
);
requestDto
.
setStoreId
(
storeId
);
requestDto
.
setOrderPayItemCreateReqList
(
payItem
);
requestDto
.
setOrderPayItemCreateReqList
(
payItem
);
requestDto
.
setCashAmount
(
cashAmount
);
requestDto
.
setCashAmount
(
cashAmount
);
requestDto
.
setSvcAmount
(
svcAmount
);
requestDto
.
setSvcAmount
(
svcAmount
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment