记得上下班打卡 | 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
c33f7fff
Commit
c33f7fff
authored
Sep 15, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
超时退款 log
parent
e4e8243d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
KylinRefundsStatusServiceImpl.java
...ice/order/service/impl/KylinRefundsStatusServiceImpl.java
+2
-0
OrderRefundOvertimeServiceImpl.java
...ce/order/service/impl/OrderRefundOvertimeServiceImpl.java
+5
-5
No files found.
liquidnet-bus-service/liquidnet-service-order/liquidnet-service-order-impl/src/main/java/com/liquidnet/service/order/service/impl/KylinRefundsStatusServiceImpl.java
View file @
c33f7fff
...
...
@@ -60,6 +60,8 @@ public class KylinRefundsStatusServiceImpl {
BigDecimal
RefundPriceExpress
,
List
<
String
>
ticketEntityIds
,
List
<
BigDecimal
>
entitiesPrice
,
String
paymentId
,
String
paymentType
)
{
log
.
info
(
"订单超时支付refundApply-orderTicketRefunding:[orderInfo={}, [orderTicketsId={}, RefundPriceExpress={}, ticketEntityIds={}, [entitiesPrice={}, paymentId={}, paymentType={}]"
,
orderInfo
,
orderTicketsId
,
RefundPriceExpress
,
ticketEntityIds
,
entitiesPrice
,
paymentId
,
paymentType
);
if
(
CollectionUtil
.
isEmpty
(
ticketEntityIds
))
{
return
false
;
}
...
...
liquidnet-bus-service/liquidnet-service-order/liquidnet-service-order-impl/src/main/java/com/liquidnet/service/order/service/impl/OrderRefundOvertimeServiceImpl.java
View file @
c33f7fff
...
...
@@ -43,8 +43,8 @@ public class OrderRefundOvertimeServiceImpl implements IKylinOrderRefundsService
@Value
(
"${liquidnet.service.candy.url}"
)
private
String
candyUrl
;
public
Boolean
refundApply
(
String
orderTicketsId
,
String
paymentId
,
String
paymentType
)
{
log
.
info
(
"订单超时支付refundApply-Start:[orderTicketsId=
[{}], [paymentId=[{}], paymentType=[
{}]"
,
public
Boolean
refundApply
(
String
orderTicketsId
,
String
paymentId
,
String
paymentType
)
{
log
.
info
(
"订单超时支付refundApply-Start:[orderTicketsId=
{}, [paymentId={}, paymentType=
{}]"
,
orderTicketsId
,
paymentId
,
paymentType
);
KylinOrderTicketVo
orderInfo
=
dataUtils
.
getOrderTicketVo
(
orderTicketsId
);
// 快递费 未进行判断
...
...
@@ -68,7 +68,7 @@ public class OrderRefundOvertimeServiceImpl implements IKylinOrderRefundsService
boolean
res
=
kylinRefundsStatusServiceImpl
.
orderTicketRefunding
(
orderInfo
,
orderTicketsId
,
RefundPriceExpress
,
ticketEntityIds
,
entitiesPrice
,
paymentId
,
paymentType
ticketEntityIds
,
entitiesPrice
,
paymentId
,
paymentType
);
if
(
res
)
{
// 超时直接退还库存
...
...
@@ -90,7 +90,7 @@ public class OrderRefundOvertimeServiceImpl implements IKylinOrderRefundsService
headers
.
add
(
"Accept"
,
"application/json;charset=UTF-8"
);
String
returnData
=
HttpUtil
.
post
(
candyUrl
+
"/candy-coupon/useBack"
,
params
,
headers
);
log
.
info
(
"
超时支付退款退券结果:{}
"
,
returnData
);
log
.
info
(
"
订单超时支付refundApply-退券结果:[returnData={}]
"
,
returnData
);
}
return
true
;
}
else
{
...
...
@@ -99,7 +99,7 @@ public class OrderRefundOvertimeServiceImpl implements IKylinOrderRefundsService
}
@Override
public
String
getOrderRefundCode
(
String
orderRefundCode
,
int
type
)
{
public
String
getOrderRefundCode
(
String
orderRefundCode
,
int
type
)
{
return
null
;
}
}
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