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
dd4bb338
Commit
dd4bb338
authored
Sep 30, 2020
by
刘鹏飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
拼单购物车人员标识改为userId
parent
0061ea47
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
26 deletions
+26
-26
shopping-cart-application-service/src/main/java/cn/freemud/entities/vo/CartGoods.java
+6
-6
shopping-cart-application-service/src/main/java/cn/freemud/service/impl/ShoppingCartCollageServiceImpl.java
+20
-20
No files found.
shopping-cart-application-service/src/main/java/cn/freemud/entities/vo/CartGoods.java
View file @
dd4bb338
...
...
@@ -34,9 +34,9 @@ public class CartGoods {
private
String
goodsId
;
/**
* 购买人的的
sessionid
* 购买人的的
姓名
*/
private
String
sessionId
;
private
String
userName
;
/**
* 购买人的的userId
...
...
@@ -340,8 +340,8 @@ public class CartGoods {
originalString
.
append
(
goodsId
);
originalString
.
append
(
couponCode
);
if
(
StringUtils
.
isNotEmpty
(
session
Id
)){
originalString
.
append
(
session
Id
);
if
(
StringUtils
.
isNotEmpty
(
user
Id
)){
originalString
.
append
(
user
Id
);
}
if
(
CollectionUtils
.
isNotEmpty
(
extra
))
{
...
...
@@ -367,8 +367,8 @@ public class CartGoods {
currentString
.
append
(
cartGoods
.
getGoodsId
());
currentString
.
append
(
cartGoods
.
getCouponCode
());
if
(
StringUtils
.
isNotEmpty
(
cartGoods
.
get
Session
Id
())){
currentString
.
append
(
cartGoods
.
get
Session
Id
());
if
(
StringUtils
.
isNotEmpty
(
cartGoods
.
get
User
Id
())){
currentString
.
append
(
cartGoods
.
get
User
Id
());
}
if
(
CollectionUtils
.
isNotEmpty
(
cartGoods
.
getExtra
()))
{
...
...
shopping-cart-application-service/src/main/java/cn/freemud/service/impl/ShoppingCartCollageServiceImpl.java
View file @
dd4bb338
This diff is collapsed.
Click to expand it.
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