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
41b3d988
Commit
41b3d988
authored
Sep 13, 2021
by
周晓航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建订单 临时保存 payChannel 的信息
Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent
0df29a99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
order-application-service/src/main/java/cn/freemud/service/business/impl/OrderBusinessServiceImpl.java
+1
-1
No files found.
order-application-service/src/main/java/cn/freemud/service/business/impl/OrderBusinessServiceImpl.java
View file @
41b3d988
...
@@ -224,7 +224,7 @@ public class OrderBusinessServiceImpl implements OrderBusinessService {
...
@@ -224,7 +224,7 @@ public class OrderBusinessServiceImpl implements OrderBusinessService {
// AssortOrderLogUtil.info("fisherman 请求基础服务,最终构建 04",config!=null?JSON.toJSONString(config):null);
// AssortOrderLogUtil.info("fisherman 请求基础服务,最终构建 04",config!=null?JSON.toJSONString(config):null);
// fisherman 创建订单 extinfo 存储 信息,有数上报需要使用, 更新接口直接重新覆盖就行
// fisherman 创建订单 extinfo 存储 信息,有数上报需要使用, 更新接口直接重新覆盖就行
request
.
setExtInfo
(
this
.
getTempExtInfoMsg
(
config
.
getOpenId
(),
config
.
getBaseCreateOrderRequest
().
getAppId
()));
request
.
setExtInfo
(
this
.
getTempExtInfoMsg
(
config
.
getOpenId
(),
config
.
getBaseCreateOrderRequest
().
getAppId
()));
if
(
request
.
getSettlementAmount
()==
null
||
request
.
getSettlementAmount
()==
0L
)
{
if
(
request
.
getSettlementAmount
()==
null
&&
request
.
getSettlementAmount
()==
0L
)
{
// 0元支付,先进行设置 因为订单会先存一个 payChannl
// 0元支付,先进行设置 因为订单会先存一个 payChannl
PayChannelType
channelType
=
PayChannelType
.
ZERO
;
PayChannelType
channelType
=
PayChannelType
.
ZERO
;
request
.
setPayChannelType
(
channelType
.
getIndex
());
request
.
setPayChannelType
(
channelType
.
getIndex
());
...
...
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