记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
ac628f4d
Commit
ac628f4d
authored
Mar 02, 2022
by
zhengfuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改购物车bug
parent
59f17b39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
GoblinFrontServiceImpl.java
...t/service/goblin/service/impl/GoblinFrontServiceImpl.java
+2
-2
No files found.
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/src/main/java/com/liquidnet/service/goblin/service/impl/GoblinFrontServiceImpl.java
View file @
ac628f4d
...
@@ -963,7 +963,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
...
@@ -963,7 +963,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
goblinShoppingCartVoo1
.
setShopList
(
list
);
goblinShoppingCartVoo1
.
setShopList
(
list
);
goblinShoppingCartVoo1
.
setGoblinShoppingCartId
(
IDGenerator
.
nextSnowId
());
goblinShoppingCartVoo1
.
setGoblinShoppingCartId
(
IDGenerator
.
nextSnowId
());
saveRedisMongodbMysqlShop
(
goblinShoppingCartVoo1
,
userId
,
type
);
saveRedisMongodbMysqlShop
(
goblinShoppingCartVoo1
,
userId
,
type
);
insertShopCartMysql
(
goblinShoppingCartVoDetail
.
getCarId
(),
spuId
,
storeId
,
skuId
,
1
,
userId
,
type
);
insertShopCartMysql
(
goblinShoppingCartVoDetail
.
getCarId
(),
spuId
,
storeId
,
skuId
,
number
,
userId
,
type
);
}
else
{
}
else
{
//查看是否有该商铺
//查看是否有该商铺
List
<
GoblinShoppingCartVo
>
list
=
goblinShoppingCartVoo
.
getShopList
();
List
<
GoblinShoppingCartVo
>
list
=
goblinShoppingCartVoo
.
getShopList
();
...
@@ -1264,7 +1264,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
...
@@ -1264,7 +1264,7 @@ public class GoblinFrontServiceImpl implements GoblinFrontService {
LinkedList
<
Object
[]>
sqlData
=
CollectionUtil
.
linkedListObjectArr
();
LinkedList
<
Object
[]>
sqlData
=
CollectionUtil
.
linkedListObjectArr
();
sqlData
.
add
(
new
Object
[]{
sqlData
.
add
(
new
Object
[]{
//car_id, user_id, store_id,spu_id, sku_id, `number`,marketing_id, del_tag, `comment`
//car_id, user_id, store_id,spu_id, sku_id, `number`,marketing_id, del_tag, `comment`
carId
,
userId
,
storeId
,
spuId
,
skuId
,
1
,
""
,
0
,
""
,
type
carId
,
userId
,
storeId
,
spuId
,
skuId
,
number
,
""
,
0
,
""
,
type
});
});
String
sqlDatas
=
SqlMapping
.
gets
(
sqls
,
sqlData
);
String
sqlDatas
=
SqlMapping
.
gets
(
sqls
,
sqlData
);
queueUtils
.
sendMsgByRedis
(
MQConst
.
GoblinQueue
.
GOBLIN_SHOP_CART
.
getKey
(),
sqlDatas
);
queueUtils
.
sendMsgByRedis
(
MQConst
.
GoblinQueue
.
GOBLIN_SHOP_CART
.
getKey
(),
sqlDatas
);
...
...
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