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
5fb2583d
Commit
5fb2583d
authored
Jun 01, 2021
by
周晓航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除不必要日志
parent
c26f2924
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
order-application-service/src/main/java/cn/freemud/service/impl/OrderAdapterServiceImpl.java
+0
-3
No files found.
order-application-service/src/main/java/cn/freemud/service/impl/OrderAdapterServiceImpl.java
View file @
5fb2583d
...
@@ -119,15 +119,12 @@ public class OrderAdapterServiceImpl implements OrderAdapterService {
...
@@ -119,15 +119,12 @@ public class OrderAdapterServiceImpl implements OrderAdapterService {
return
ResponseUtil
.
error
(
ResponseResult
.
NOT_LOGIN
);
return
ResponseUtil
.
error
(
ResponseResult
.
NOT_LOGIN
);
}
}
// 用于测试 新创建订单接口 不是围餐, 并且 商户号 门店号都在配置里面
// 用于测试 新创建订单接口 不是围餐, 并且 商户号 门店号都在配置里面
LogUtil
.
info
(
"是否进入新订单创建1 "
+
createOrderVo
.
getSessionId
(),
partnerIds
,
storeIds
);
LogUtil
.
info
(
"是否进入新订单创建2 "
+
createOrderVo
.
getSessionId
(),
createOrderVo
,
assortmentCustomerInfoVo
);
if
(!
"wc"
.
equals
(
createOrderVo
.
getChannelType
())
&&
if
(!
"wc"
.
equals
(
createOrderVo
.
getChannelType
())
&&
!
partnerIds
.
isEmpty
()
&&
partnerIds
.
contains
(
createOrderVo
.
getPartnerId
())
!
partnerIds
.
isEmpty
()
&&
partnerIds
.
contains
(
createOrderVo
.
getPartnerId
())
&&
!
storeIds
.
isEmpty
()
&&
storeIds
.
contains
(
createOrderVo
.
getShopId
()))
{
&&
!
storeIds
.
isEmpty
()
&&
storeIds
.
contains
(
createOrderVo
.
getShopId
()))
{
LogUtil
.
info
(
"进入新订单创建流程"
,
createOrderVo
,
null
);
LogUtil
.
info
(
"进入新订单创建流程"
,
createOrderVo
,
null
);
return
this
.
createOrderUniversal
(
com
.
freemud
.
application
.
sdk
.
api
.
util
.
MapUtils
.
java2Map
(
createOrderVo
));
return
this
.
createOrderUniversal
(
com
.
freemud
.
application
.
sdk
.
api
.
util
.
MapUtils
.
java2Map
(
createOrderVo
));
}
}
LogUtil
.
info
(
"没进入 新方法 :"
+
createOrderVo
.
getSessionId
(),
createOrderVo
,
assortmentCustomerInfoVo
);
// 扩展字段中存储 sessionKey
// 扩展字段中存储 sessionKey
createOrderVo
.
setSessionKey
(
assortmentCustomerInfoVo
.
getSessionKey
());
createOrderVo
.
setSessionKey
(
assortmentCustomerInfoVo
.
getSessionKey
());
if
(
IappIdType
.
WC_XCX
.
getCode
().
equals
(
assortmentCustomerInfoVo
.
getIappId
()))
{
//i围餐
if
(
IappIdType
.
WC_XCX
.
getCode
().
equals
(
assortmentCustomerInfoVo
.
getIappId
()))
{
//i围餐
...
...
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