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
e924891d
Commit
e924891d
authored
Aug 10, 2021
by
刘继明
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/20210810-开放平台商品券支持sdk升级-liujiming'
parents
c3baacc2
b4a8d3df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
assortment-ordercenter-sdk/readme.md
+3
-2
assortment-ordercenter-sdk/src/main/java/com/freemud/sdk/api/assortment/order/adapter/OrderSdkAdapter.java
+1
-0
No files found.
assortment-ordercenter-sdk/readme.md
View file @
e924891d
...
...
@@ -155,4 +155,5 @@
| 2.1.82-RELEASE | pos 打印满赠 | 张志恒 | 2021-07-09|
| 2.1.84-RELEASE | KA-20210702-非码发版日售后单时间推迟 | 周晓航 | 2021-07-12|
| 2.1.85-RELEASE | 小助手日结统计订单查询和售后列表查询改为从库查询 | 刘继明 | 2021-07-19|
| 2.2-RELEASE | 版本升级,内部统一版本 | wuping | 2021-08-03|
\ No newline at end of file
| 2.2-RELEASE | 版本升级,内部统一版本 | wuping | 2021-08-03|
| 2.2.1-RELEASE | 版本升级-开放平台支持商品券参数productId | 刘继明 | 2021-08-10|
\ No newline at end of file
assortment-ordercenter-sdk/src/main/java/com/freemud/sdk/api/assortment/order/adapter/OrderSdkAdapter.java
View file @
e924891d
...
...
@@ -560,6 +560,7 @@ public class OrderSdkAdapter {
//是否线上 false:不是 true:是
orderSettlementCreateReq
.
setIsOnline
(
true
);
orderSettlementCreateReq
.
setExtInfo
(
accountRequest
.
getAddInfo
());
orderSettlementCreateReq
.
setProductId
(
accountRequest
.
getProductId
());
orderSettlementCreateReqList
.
add
(
orderSettlementCreateReq
);
}
...
...
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