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
3f36710d
Commit
3f36710d
authored
Jul 01, 2021
by
周晓航
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'KA-20210622-ID1032306总部和区域活动可同时生效-周晓航' into qa
parents
3226fa29
8139d5ce
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
7 deletions
+8
-7
order-application-service/src/main/java/cn/freemud/entities/dto/activity/ActivitysDtoNew.java
+1
-1
order-application-service/src/main/java/cn/freemud/entities/dto/activity/PayGiftCheckAndJoinResponseDtoNew.java
+1
-1
order-application-service/src/main/java/cn/freemud/entities/dto/activity/PayGiftCheckAndJoinResponseObj.java
+1
-0
order-application-service/src/main/java/cn/freemud/entities/vo/PayGiftCouponVo.java
+1
-1
order-application-service/src/main/java/cn/freemud/entities/vo/PayGiftWechatCouponInfoVo.java
+1
-1
order-application-service/src/main/java/cn/freemud/entities/vo/QueryOrderResponseVo.java
+1
-1
order-application-service/src/main/java/cn/freemud/service/impl/OrderServiceImpl.java
+1
-1
order-application-service/src/main/java/cn/freemud/service/thirdparty/ActivityApplicationClient.java
+1
-1
No files found.
order-application-service/src/main/java/cn/freemud/entities/dto/activity/ActivitysDtoNew.java
View file @
3f36710d
...
@@ -13,7 +13,7 @@ import lombok.NoArgsConstructor;
...
@@ -13,7 +13,7 @@ import lombok.NoArgsConstructor;
public
class
ActivitysDtoNew
{
public
class
ActivitysDtoNew
{
/**
/**
* 活动号
*
活动号
*/
*/
private
String
activityId
;
private
String
activityId
;
...
...
order-application-service/src/main/java/cn/freemud/entities/dto/activity/PayGiftCheckAndJoinResponseDtoNew.java
View file @
3f36710d
...
@@ -16,7 +16,7 @@ import java.util.List;
...
@@ -16,7 +16,7 @@ import java.util.List;
public
class
PayGiftCheckAndJoinResponseDtoNew
{
public
class
PayGiftCheckAndJoinResponseDtoNew
{
/**
/**
* 发送方式
* 发送方式
* 0-静默发送
*
0-静默发送
* 5-手动发送
* 5-手动发送
*/
*/
private
Integer
sendType
;
private
Integer
sendType
;
...
...
order-application-service/src/main/java/cn/freemud/entities/dto/activity/PayGiftCheckAndJoinResponseObj.java
View file @
3f36710d
...
@@ -12,6 +12,7 @@ import java.util.List;
...
@@ -12,6 +12,7 @@ import java.util.List;
*/
*/
@Data
@Data
public
class
PayGiftCheckAndJoinResponseObj
{
public
class
PayGiftCheckAndJoinResponseObj
{
private
PayGiftCheckAndJoinResponseDto
oldPayGift
;
private
PayGiftCheckAndJoinResponseDto
oldPayGift
;
private
List
<
PayGiftCheckAndJoinResponseDtoNew
>
newPayGift
;
private
List
<
PayGiftCheckAndJoinResponseDtoNew
>
newPayGift
;
...
...
order-application-service/src/main/java/cn/freemud/entities/vo/PayGiftCouponVo.java
View file @
3f36710d
...
@@ -11,7 +11,7 @@ public class PayGiftCouponVo {
...
@@ -11,7 +11,7 @@ public class PayGiftCouponVo {
private
Integer
couponType
;
private
Integer
couponType
;
/**
/**
* 活动ID
*
活动ID
*/
*/
private
String
activityId
;
private
String
activityId
;
/**
/**
...
...
order-application-service/src/main/java/cn/freemud/entities/vo/PayGiftWechatCouponInfoVo.java
View file @
3f36710d
...
@@ -22,7 +22,7 @@ public class PayGiftWechatCouponInfoVo {
...
@@ -22,7 +22,7 @@ public class PayGiftWechatCouponInfoVo {
private
String
stock_id
;
private
String
stock_id
;
//发券凭证
//发券凭证
private
String
out_request_no
;
private
String
out_request_no
;
// 券code,如果批次是发放时指定code的类型,则发券时必填
// 券code,
如果批次是发放时指定code的类型,则发券时必填
private
String
coupon_code
;
private
String
coupon_code
;
}
}
}
}
order-application-service/src/main/java/cn/freemud/entities/vo/QueryOrderResponseVo.java
View file @
3f36710d
...
@@ -642,7 +642,7 @@ public class QueryOrderResponseVo {
...
@@ -642,7 +642,7 @@ public class QueryOrderResponseVo {
private
boolean
orderCompareAfterSaleOrder
;
private
boolean
orderCompareAfterSaleOrder
;
/**
/**
* 【订单聚合层】总部和区域活动可同时生效
直接反馈促销给的活动数据
* 【订单聚合层】总部和区域活动可同时生效 直接反馈促销给的活动数据
*/
*/
private
List
<
PayGiftCheckAndJoinResponseDtoNew
>
newPayGift
;
private
List
<
PayGiftCheckAndJoinResponseDtoNew
>
newPayGift
;
}
}
order-application-service/src/main/java/cn/freemud/service/impl/OrderServiceImpl.java
View file @
3f36710d
...
@@ -1326,7 +1326,7 @@ public class OrderServiceImpl implements Orderservice {
...
@@ -1326,7 +1326,7 @@ public class OrderServiceImpl implements Orderservice {
BaseResponse
<
PayGiftCheckAndJoinResponseObj
>
payGiftBaseResponse
;
BaseResponse
<
PayGiftCheckAndJoinResponseObj
>
payGiftBaseResponse
;
try
{
try
{
payGiftBaseResponse
=
activityApplicationClient
.
payGiftCheckAndJoinNew
(
payGitRequestDto
);
payGiftBaseResponse
=
activityApplicationClient
.
payGiftCheckAndJoinNew
(
payGitRequestDto
);
ApiLog
.
info
(
"fisherman 总部和区域活动可同时生效 "
,
payGitRequestDto
,
payGiftBaseResponse
);
ApiLog
.
info
(
"fisherman
总部和区域活动可同时生效 "
,
payGitRequestDto
,
payGiftBaseResponse
);
if
(
String
.
valueOf
(
RESPONSE_SUCCESS_CODE
).
equals
(
payGiftBaseResponse
.
getCode
())
&&
payGiftBaseResponse
.
getResult
()
!=
null
)
{
if
(
String
.
valueOf
(
RESPONSE_SUCCESS_CODE
).
equals
(
payGiftBaseResponse
.
getCode
())
&&
payGiftBaseResponse
.
getResult
()
!=
null
)
{
PayGiftCheckAndJoinResponseObj
result
=
payGiftBaseResponse
.
getResult
();
PayGiftCheckAndJoinResponseObj
result
=
payGiftBaseResponse
.
getResult
();
PayGiftCheckAndJoinResponseDto
oldPayGift
=
result
.
getOldPayGift
();
PayGiftCheckAndJoinResponseDto
oldPayGift
=
result
.
getOldPayGift
();
...
...
order-application-service/src/main/java/cn/freemud/service/thirdparty/ActivityApplicationClient.java
View file @
3f36710d
...
@@ -45,7 +45,7 @@ public interface ActivityApplicationClient {
...
@@ -45,7 +45,7 @@ public interface ActivityApplicationClient {
/**
/**
* 同享支付有礼活动验证与参与
*
同享支付有礼活动验证与参与
* @param requestVo
* @param requestVo
* @return
* @return
*/
*/
...
...
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