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
b3ae39a9
Commit
b3ae39a9
authored
Dec 03, 2020
by
缪晖
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/2.0.1-collageOrder-刘鹏飞' into 'develop'
拼单类型标识和包装费透传 See merge request
!32
parents
199b1622
ed33ca76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
order-application-service/src/main/java/cn/freemud/adapter/OrderAdapter.java
+1
-0
order-application-service/src/main/java/cn/freemud/entities/vo/QueryCollageOrderResponseVo.java
+5
-0
No files found.
order-application-service/src/main/java/cn/freemud/adapter/OrderAdapter.java
View file @
b3ae39a9
...
@@ -2037,6 +2037,7 @@ public class OrderAdapter {
...
@@ -2037,6 +2037,7 @@ public class OrderAdapter {
productVo
.
setOpenId
(
productBean
.
getOpenId
());
productVo
.
setOpenId
(
productBean
.
getOpenId
());
productVo
.
setNickName
(
productBean
.
getNickName
());
productVo
.
setNickName
(
productBean
.
getNickName
());
productVo
.
setPhotoUrl
(
productBean
.
getPhotoUrl
());
productVo
.
setPhotoUrl
(
productBean
.
getPhotoUrl
());
productVo
.
setPackPrice
(
productBean
.
getPackPrice
());
List
<
InventedParentActivityVo
>
inventedParentActivityVos
=
new
ArrayList
<>();
List
<
InventedParentActivityVo
>
inventedParentActivityVos
=
new
ArrayList
<>();
String
attributeNames
=
""
;
String
attributeNames
=
""
;
if
(
StringUtils
.
isNotBlank
(
productBean
.
getAddInfo
())
&&
productBean
.
getAddInfo
().
contains
(
"attributeNames"
))
{
if
(
StringUtils
.
isNotBlank
(
productBean
.
getAddInfo
())
&&
productBean
.
getAddInfo
().
contains
(
"attributeNames"
))
{
...
...
order-application-service/src/main/java/cn/freemud/entities/vo/QueryCollageOrderResponseVo.java
View file @
b3ae39a9
...
@@ -261,6 +261,11 @@ public class QueryCollageOrderResponseVo {
...
@@ -261,6 +261,11 @@ public class QueryCollageOrderResponseVo {
*/
*/
private
Boolean
enableRefund
;
private
Boolean
enableRefund
;
/**
* 订单特殊类型 1:普通订单 2:拼团订单 3:秒杀订单 4:拼单订单
*/
private
Byte
marketingType
;
//private List<ProductVo> products;
//private List<ProductVo> products;
...
...
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