记得上下班打卡 | 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
54e51b76
Commit
54e51b76
authored
Jun 21, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同进度下只能选择一种操作
parent
1a958d1d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
KylinTableStatusConst.java
...quidnet/service/kylin/constant/KylinTableStatusConst.java
+1
-1
KylinRefundExecuteServiceImpl.java
...zai/kylin/service/impl/KylinRefundExecuteServiceImpl.java
+3
-3
KylinRefundPerformancesAdminServiceImpl.java
...service/impl/KylinRefundPerformancesAdminServiceImpl.java
+2
-2
No files found.
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/constant/KylinTableStatusConst.java
View file @
54e51b76
...
...
@@ -10,7 +10,7 @@ package com.liquidnet.service.kylin.constant;
*/
public
class
KylinTableStatusConst
{
// 批量退款 1处理完成 11 处理中
public
static
final
Integer
STATUS_APPLY
=
1
;
// 1申请退款
处理中
public
static
final
Integer
STATUS_APPLY
=
1
;
// 1申请退款
public
static
final
Integer
STATUS_APPLY11
=
11
;
public
static
final
Integer
STATUS_CANCEL
=
2
;
// 2取消退款
public
static
final
Integer
STATUS_CANCEL22
=
22
;
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-zhengzai/src/main/java/com/liquidnet/client/admin/zhengzai/kylin/service/impl/KylinRefundExecuteServiceImpl.java
View file @
54e51b76
...
...
@@ -95,12 +95,12 @@ public class KylinRefundExecuteServiceImpl {
);
}
//
@Async
@Async
public
void
refundBatchStatus
(
RefundBatchApplyParam
refundBatchApplyParam
,
String
type
)
{
// TODO: 2021/6/20 sleepTest
/*
try {
try
{
Thread
.
sleep
(
5000
);
} catch (Exception e) {}
*/
}
catch
(
Exception
e
)
{}
String
refundBatchId
=
refundBatchApplyParam
.
getRefundBatchId
();
Integer
status
=
refundBatchApplyParam
.
getRefundStatus
();
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-zhengzai/src/main/java/com/liquidnet/client/admin/zhengzai/kylin/service/impl/KylinRefundPerformancesAdminServiceImpl.java
View file @
54e51b76
...
...
@@ -149,11 +149,11 @@ public class KylinRefundPerformancesAdminServiceImpl {
case
"execute"
:
batchUpdateStatus
=
batchStatus
;
if
(
batchStatus
==
KylinTableStatusConst
.
STATUS_FINANCE_ADOPT66
)
{
// 执行退款
paymentTypeAlipayArray
=
new
Integer
[]{
KylinTableStatusConst
.
STATUS_OPERATE_ADOPT
,
KylinTableStatusConst
.
STATUS_FINANCE_REJECT
};
paymentTypeAlipayArray
=
new
Integer
[]{
KylinTableStatusConst
.
STATUS_OPERATE_ADOPT
};
orderUpdateStatus
=
KylinTableStatusConst
.
ORDER_REFUND_STATUS_UNFILLED
;
}
if
(
batchStatus
==
KylinTableStatusConst
.
STATUS_FINANCE_REJECT55
)
{
// 拒绝退款
paymentTypeAlipayArray
=
new
Integer
[]{
KylinTableStatusConst
.
STATUS_OPERATE_ADOPT
,
KylinTableStatusConst
.
STATUS_FINANCE_REJECT
};
paymentTypeAlipayArray
=
new
Integer
[]{
KylinTableStatusConst
.
STATUS_OPERATE_ADOPT
};
orderUpdateStatus
=
KylinTableStatusConst
.
ORDER_REFUND_STATUS_REFUSE
;
}
break
;
...
...
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