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
dc2c5a04
Commit
dc2c5a04
authored
Dec 15, 2020
by
徐康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
餐具商品
parent
fa4d5965
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
shopping-cart-application-service/src/main/java/cn/freemud/adapter/ShoppingCartConvertAdapter.java
+1
-1
shopping-cart-application-service/src/main/java/cn/freemud/entities/dto/shoppingCart/ShoppingCartGoodsDto.java
+1
-1
shopping-cart-application-service/src/main/java/cn/freemud/entities/vo/CartGoods.java
+1
-1
shopping-cart-application-service/src/main/java/cn/freemud/service/impl/mcoffee/ShoppingCartMCoffeeServiceImpl.java
+1
-1
No files found.
shopping-cart-application-service/src/main/java/cn/freemud/adapter/ShoppingCartConvertAdapter.java
View file @
dc2c5a04
...
...
@@ -124,7 +124,7 @@ public class ShoppingCartConvertAdapter {
cartGoodsDetailDto
.
setClassificationId
(
cartGoods
.
getClassificationId
());
cartGoodsDetailDto
.
setClassificationName
(
cartGoods
.
getClassificationName
());
if
(
mcCafeTablewareSkuId
.
equals
(
cartGoods
.
getSkuId
()))
{
cartGoodsDetailDto
.
setIsTable
W
are
(
1
);
cartGoodsDetailDto
.
setIsTable
w
are
(
1
);
}
if
(
GoodsTypeEnum
.
SET_MEAL_GOODS
.
getGoodsType
().
equals
(
cartGoods
.
getGoodsType
()))
{
cartGoodsDetailDto
.
setProductType
(
ProductType
.
SETMEAL
.
getCode
());
...
...
shopping-cart-application-service/src/main/java/cn/freemud/entities/dto/shoppingCart/ShoppingCartGoodsDto.java
View file @
dc2c5a04
...
...
@@ -220,7 +220,7 @@ public class ShoppingCartGoodsDto {
/**
* 是否餐具商品
*/
private
Integer
isTable
W
are
=
0
;
private
Integer
isTable
w
are
=
0
;
/**
* 商品货号
*/
...
...
shopping-cart-application-service/src/main/java/cn/freemud/entities/vo/CartGoods.java
View file @
dc2c5a04
...
...
@@ -166,7 +166,7 @@ public class CartGoods {
/**
* 是否餐具商品
*/
private
Boolean
isTable
W
are
=
false
;
private
Boolean
isTable
w
are
=
false
;
/**
* 第三方商品编码
*/
...
...
shopping-cart-application-service/src/main/java/cn/freemud/service/impl/mcoffee/ShoppingCartMCoffeeServiceImpl.java
View file @
dc2c5a04
...
...
@@ -1415,7 +1415,7 @@ public class ShoppingCartMCoffeeServiceImpl {
for
(
int
i
=
0
;
i
<
size
;
i
++)
{
if
(
allCartGoodsList
.
get
(
i
).
getSkuId
().
equals
(
mcCafeTablewareSkuId
))
{
CartGoods
cartGoods
=
allCartGoodsList
.
get
(
i
);
cartGoods
.
setIsTable
W
are
(
true
);
cartGoods
.
setIsTable
w
are
(
true
);
if
(
i
!=
size
-
1
)
{
allCartGoodsList
.
remove
(
i
);
allCartGoodsList
.
add
(
cartGoods
);
...
...
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