记得上下班打卡 | 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
a2f2ab12
Commit
a2f2ab12
authored
Oct 29, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log title
parent
dc8c9c8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
KylinOrderRefundAdminController.java
...oller/zhengzai/kylin/KylinOrderRefundAdminController.java
+9
-9
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/java/com/liquidnet/client/admin/web/controller/zhengzai/kylin/KylinOrderRefundAdminController.java
View file @
a2f2ab12
...
@@ -55,7 +55,7 @@ public class KylinOrderRefundAdminController extends BaseController {
...
@@ -55,7 +55,7 @@ public class KylinOrderRefundAdminController extends BaseController {
return
prefix
+
"/refund"
;
return
prefix
+
"/refund"
;
}
}
@Log
(
title
=
"订单退款
列表
"
,
businessType
=
BusinessType
.
DETAIL
)
@Log
(
title
=
"订单退款
详情
"
,
businessType
=
BusinessType
.
DETAIL
)
@RequiresPermissions
(
"kylin:refund:detail"
)
@RequiresPermissions
(
"kylin:refund:detail"
)
@GetMapping
(
value
=
"/details/{orderRefundId}"
)
@GetMapping
(
value
=
"/details/{orderRefundId}"
)
public
String
detail
(
@PathVariable
(
"orderRefundId"
)
String
orderRefundId
,
ModelMap
mmap
)
{
public
String
detail
(
@PathVariable
(
"orderRefundId"
)
String
orderRefundId
,
ModelMap
mmap
)
{
...
@@ -79,14 +79,14 @@ public class KylinOrderRefundAdminController extends BaseController {
...
@@ -79,14 +79,14 @@ public class KylinOrderRefundAdminController extends BaseController {
return
prefix
+
"/applyView"
;
return
prefix
+
"/applyView"
;
}
}
@Log
(
title
=
"
订单退款列表
"
,
businessType
=
BusinessType
.
DETAIL
)
@Log
(
title
=
"
申请退款检测详情
"
,
businessType
=
BusinessType
.
DETAIL
)
@PostMapping
(
"applyOrder"
)
@PostMapping
(
"applyOrder"
)
@ResponseBody
@ResponseBody
public
AjaxResult
applyOrder
(
RefundApplyParam
refundApplyParam
)
{
public
AjaxResult
applyOrder
(
RefundApplyParam
refundApplyParam
)
{
return
kylinOrderRefundsServiceImpl
.
orderDetails
(
refundApplyParam
.
getOrderCode
());
return
kylinOrderRefundsServiceImpl
.
orderDetails
(
refundApplyParam
.
getOrderCode
());
}
}
@Log
(
title
=
"
订单退款列表
"
,
businessType
=
BusinessType
.
INSERT
)
@Log
(
title
=
"
申请退款
"
,
businessType
=
BusinessType
.
INSERT
)
@RequiresPermissions
(
"kylin:refund:apply"
)
@RequiresPermissions
(
"kylin:refund:apply"
)
@PostMapping
(
"apply"
)
@PostMapping
(
"apply"
)
@ResponseBody
@ResponseBody
...
@@ -105,7 +105,7 @@ public class KylinOrderRefundAdminController extends BaseController {
...
@@ -105,7 +105,7 @@ public class KylinOrderRefundAdminController extends BaseController {
}
}
}
}
@Log
(
title
=
"
订单退款列表
"
,
businessType
=
BusinessType
.
CANCEL
)
@Log
(
title
=
"
取消退款
"
,
businessType
=
BusinessType
.
CANCEL
)
@RequiresPermissions
(
"kylin:refund:cancel"
)
@RequiresPermissions
(
"kylin:refund:cancel"
)
@PostMapping
(
"cancel"
)
@PostMapping
(
"cancel"
)
@ResponseBody
@ResponseBody
...
@@ -125,7 +125,7 @@ public class KylinOrderRefundAdminController extends BaseController {
...
@@ -125,7 +125,7 @@ public class KylinOrderRefundAdminController extends BaseController {
}
}
}
}
@Log
(
title
=
"
订单退款列表
"
,
businessType
=
BusinessType
.
REAPPLY
)
@Log
(
title
=
"
重新提交退款
"
,
businessType
=
BusinessType
.
REAPPLY
)
@RequiresPermissions
(
"kylin:refund:reapply"
)
@RequiresPermissions
(
"kylin:refund:reapply"
)
@PostMapping
(
"reapply"
)
@PostMapping
(
"reapply"
)
@ResponseBody
@ResponseBody
...
@@ -146,7 +146,7 @@ public class KylinOrderRefundAdminController extends BaseController {
...
@@ -146,7 +146,7 @@ public class KylinOrderRefundAdminController extends BaseController {
}
}
// 运营审核
// 运营审核
@Log
(
title
=
"
订单退款列表
"
,
businessType
=
BusinessType
.
AUDIT
)
@Log
(
title
=
"
运营审核
"
,
businessType
=
BusinessType
.
AUDIT
)
@RequiresPermissions
(
"kylin:refund:review"
)
@RequiresPermissions
(
"kylin:refund:review"
)
@PostMapping
(
"review"
)
@PostMapping
(
"review"
)
@ResponseBody
@ResponseBody
...
@@ -175,7 +175,7 @@ public class KylinOrderRefundAdminController extends BaseController {
...
@@ -175,7 +175,7 @@ public class KylinOrderRefundAdminController extends BaseController {
}
}
// 票务审核
// 票务审核
@Log
(
title
=
"票务审核
退款
"
,
businessType
=
BusinessType
.
AUDIT3
)
@Log
(
title
=
"票务审核"
,
businessType
=
BusinessType
.
AUDIT3
)
@RequiresPermissions
(
"kylin:refund:ticketAudit"
)
@RequiresPermissions
(
"kylin:refund:ticketAudit"
)
@PostMapping
(
"ticketAudit"
)
@PostMapping
(
"ticketAudit"
)
@ResponseBody
@ResponseBody
...
@@ -198,7 +198,7 @@ public class KylinOrderRefundAdminController extends BaseController {
...
@@ -198,7 +198,7 @@ public class KylinOrderRefundAdminController extends BaseController {
}
}
// 财务审核
// 财务审核
@Log
(
title
=
"
订单退款列表
"
,
businessType
=
BusinessType
.
AUDIT2
)
@Log
(
title
=
"
财务审核
"
,
businessType
=
BusinessType
.
AUDIT2
)
@RequiresPermissions
(
"kylin:refund:execute"
)
@RequiresPermissions
(
"kylin:refund:execute"
)
@PostMapping
(
"execute"
)
@PostMapping
(
"execute"
)
@ResponseBody
@ResponseBody
...
@@ -240,7 +240,7 @@ public class KylinOrderRefundAdminController extends BaseController {
...
@@ -240,7 +240,7 @@ public class KylinOrderRefundAdminController extends BaseController {
}
}
// 主动完成退款 没有批量
// 主动完成退款 没有批量
@Log
(
title
=
"
订单退款列表
"
,
businessType
=
BusinessType
.
COMPLETE_REFUND
)
@Log
(
title
=
"
主动完成退款
"
,
businessType
=
BusinessType
.
COMPLETE_REFUND
)
@RequiresPermissions
(
"kylin:refund:completed"
)
@RequiresPermissions
(
"kylin:refund:completed"
)
@PostMapping
(
"completed"
)
@PostMapping
(
"completed"
)
@ResponseBody
@ResponseBody
...
...
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