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
581cdd54
Commit
581cdd54
authored
Aug 12, 2020
by
ping.wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
门店号取值修改
parent
41ebb57e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
shopping-cart-application-service/src/main/java/cn/freemud/service/impl/mcoffee/ShoppingCartMCoffeeServiceImpl.java
+1
-2
No files found.
shopping-cart-application-service/src/main/java/cn/freemud/service/impl/mcoffee/ShoppingCartMCoffeeServiceImpl.java
View file @
581cdd54
...
@@ -481,7 +481,6 @@ public class ShoppingCartMCoffeeServiceImpl {
...
@@ -481,7 +481,6 @@ public class ShoppingCartMCoffeeServiceImpl {
Integer
orderType
=
1
;
Integer
orderType
=
1
;
String
userId
=
assortmentCustomerInfoVo
.
getMemberId
();
String
userId
=
assortmentCustomerInfoVo
.
getMemberId
();
String
partnerId
=
requestVo
.
getPartnerId
();
String
partnerId
=
requestVo
.
getPartnerId
();
String
storeId
=
requestVo
.
getShopId
();
String
appId
=
requestVo
.
getAppId
();
String
appId
=
requestVo
.
getAppId
();
String
orderId
=
requestVo
.
getOrderId
();
String
orderId
=
requestVo
.
getOrderId
();
String
trackingNo
=
LogThreadLocal
.
getTrackingNo
();
String
trackingNo
=
LogThreadLocal
.
getTrackingNo
();
...
@@ -492,7 +491,7 @@ public class ShoppingCartMCoffeeServiceImpl {
...
@@ -492,7 +491,7 @@ public class ShoppingCartMCoffeeServiceImpl {
}
}
List
<
CartGoods
>
cartGoodsList
=
getOrderGoods
(
orderInfo
.
getResult
());
List
<
CartGoods
>
cartGoodsList
=
getOrderGoods
(
orderInfo
.
getResult
());
String
storeId
=
orderInfo
.
getResult
().
getStoreId
();
if
(
orderInfo
.
getResult
().
getOrderType
()
==
3
||
orderInfo
.
getResult
().
getOrderType
()
==
4
){
if
(
orderInfo
.
getResult
().
getOrderType
()
==
3
||
orderInfo
.
getResult
().
getOrderType
()
==
4
){
menuType
=
"saasdelivery"
;
menuType
=
"saasdelivery"
;
orderType
=
2
;
orderType
=
2
;
...
...
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