记得上下班打卡 | 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
d9f7ffc1
Commit
d9f7ffc1
authored
Sep 26, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改一审二审文案
parent
48f7b67d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
20 deletions
+20
-20
KylinTableStatusConst.java
...quidnet/service/kylin/constant/KylinTableStatusConst.java
+2
-2
KylinOrderRefundsVo.java
...net/service/kylin/dto/vo/returns/KylinOrderRefundsVo.java
+2
-2
db_liquidnet_admin_data.sql
...quidnet-client-admin-web/docu/db_liquidnet_admin_data.sql
+2
-2
refund.html
...ain/resources/templates/zhengzai/kylin/refund/refund.html
+11
-11
OrderRefundDao.java
.../java/com/liquidnet/service/kylin/dao/OrderRefundDao.java
+2
-2
OrderRefundsCallbackServiceImpl.java
...tform/service/refund/OrderRefundsCallbackServiceImpl.java
+1
-1
No files found.
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/constant/KylinTableStatusConst.java
View file @
d9f7ffc1
...
...
@@ -28,10 +28,10 @@ public class KylinTableStatusConst {
// 退款
public
static
final
Integer
ORDER_REFUND_STATUS_APPLY
=
0
;
// 请求退款
public
static
final
Integer
ORDER_REFUND_STATUS_APPROVED
=
1
;
//
一审
同意 审核通过
public
static
final
Integer
ORDER_REFUND_STATUS_APPROVED
=
1
;
//
运营审核
同意 审核通过
public
static
final
Integer
ORDER_REFUND_STATUS_CANCEL
=
2
;
// 取消退款
public
static
final
Integer
ORDER_REFUND_STATUS_REFUNDED
=
4
;
// 完成退款
public
static
final
Integer
ORDER_REFUND_STATUS_REJECT
=
5
;
//
一审
驳回退款 等同取消
public
static
final
Integer
ORDER_REFUND_STATUS_REJECT
=
5
;
//
运营审核
驳回退款 等同取消
public
static
final
Integer
ORDER_REFUND_STATUS_ERROR
=
6
;
// 退款失败
public
static
final
Integer
ORDER_REFUND_STATUS_UNFILLED
=
7
;
// 二审同意 等待退款
public
static
final
Integer
ORDER_REFUND_STATUS_REFUSE
=
8
;
// 二审拒绝
...
...
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/dto/vo/returns/KylinOrderRefundsVo.java
View file @
d9f7ffc1
...
...
@@ -148,7 +148,7 @@ public class KylinOrderRefundsVo implements Serializable,Cloneable {
this
.
statusName
=
"请求退款"
;
break
;
case
1
:
this
.
statusName
=
"
一审
通过"
;
this
.
statusName
=
"
运营审核
通过"
;
break
;
case
2
:
this
.
statusName
=
"取消退款"
;
...
...
@@ -160,7 +160,7 @@ public class KylinOrderRefundsVo implements Serializable,Cloneable {
this
.
statusName
=
"完成退款"
;
break
;
case
5
:
this
.
statusName
=
"
一审
驳回退款"
;
this
.
statusName
=
"
运营审核
驳回退款"
;
break
;
case
6
:
this
.
statusName
=
"退款失败"
;
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/docu/db_liquidnet_admin_data.sql
View file @
d9f7ffc1
...
...
@@ -14,14 +14,14 @@ INSERT INTO test_ln_scene.sys_menu (menu_id, menu_name, parent_id, order_num, ur
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2009
,
'详情'
,
2007
,
0
,
'#'
,
'menuItem'
,
'F'
,
'0'
,
'1'
,
'kylin:refund:detail'
,
'#'
,
'admin'
,
'2021-06-01 15:59:09'
,
''
,
null
,
''
);
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2012
,
'取消'
,
2007
,
1
,
'#'
,
'menuItem'
,
'F'
,
'0'
,
'1'
,
'kylin:refund:cancel'
,
'#'
,
'admin'
,
'2021-06-02 16:48:35'
,
''
,
null
,
''
);
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2013
,
'提交申请'
,
2007
,
2
,
'#'
,
'menuItem'
,
'F'
,
'0'
,
'1'
,
'kylin:refund:apple'
,
'#'
,
'admin'
,
'2021-06-02 16:49:18'
,
''
,
null
,
''
);
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2014
,
'
一审
'
,
2007
,
3
,
'#'
,
'menuItem'
,
'F'
,
'0'
,
'1'
,
'kylin:refund:review'
,
'#'
,
'admin'
,
'2021-06-02 16:50:17'
,
''
,
null
,
''
);
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2014
,
'
运营审核
'
,
2007
,
3
,
'#'
,
'menuItem'
,
'F'
,
'0'
,
'1'
,
'kylin:refund:review'
,
'#'
,
'admin'
,
'2021-06-02 16:50:17'
,
''
,
null
,
''
);
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2015
,
'二审'
,
2007
,
4
,
'#'
,
'menuItem'
,
'F'
,
'0'
,
'1'
,
'kylin:refund:execute'
,
'#'
,
'admin'
,
'2021-06-02 16:50:44'
,
''
,
null
,
''
);
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2016
,
'主动完成退款'
,
2007
,
5
,
'#'
,
'menuItem'
,
'F'
,
'0'
,
'1'
,
'kylin:refund:completed'
,
'#'
,
'admin'
,
'2021-06-02 16:53:42'
,
''
,
null
,
''
);
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2008
,
'演出退款管理'
,
2006
,
1
,
'/kylin/refundBatch'
,
'menuItem'
,
'C'
,
'0'
,
'1'
,
'kylin:refundBatch:list'
,
'#'
,
'admin'
,
'2021-06-01 11:07:19'
,
''
,
null
,
''
);
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2018
,
'详情'
,
2008
,
0
,
'#'
,
'menuItem'
,
'F'
,
'0'
,
'1'
,
'kylin:refundBatch:detail'
,
'#'
,
'admin'
,
'2021-06-03 19:21:53'
,
''
,
null
,
''
);
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2019
,
'取消'
,
2008
,
1
,
'#'
,
'menuItem'
,
'F'
,
'0'
,
'1'
,
'kylin:refundBatch:cancel'
,
'#'
,
'admin'
,
'2021-06-03 19:22:25'
,
''
,
null
,
''
);
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2020
,
'提交申请'
,
2008
,
2
,
'#'
,
'menuItem'
,
'F'
,
'0'
,
'1'
,
'kylin:refundBatch:apply'
,
'#'
,
'admin'
,
'2021-06-03 19:22:55'
,
''
,
null
,
''
);
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2021
,
'
一审
'
,
2008
,
3
,
'#'
,
'menuItem'
,
'F'
,
'0'
,
'1'
,
'kylin:refundBatch:review'
,
'#'
,
'admin'
,
'2021-06-03 19:23:27'
,
''
,
null
,
''
);
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2021
,
'
运营审核
'
,
2008
,
3
,
'#'
,
'menuItem'
,
'F'
,
'0'
,
'1'
,
'kylin:refundBatch:review'
,
'#'
,
'admin'
,
'2021-06-03 19:23:27'
,
''
,
null
,
''
);
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2022
,
'二审'
,
2008
,
4
,
'#'
,
'menuItem'
,
'F'
,
'0'
,
'1'
,
'kylin:refundBatch:execute'
,
'#'
,
'admin'
,
'2021-06-03 19:23:52'
,
''
,
null
,
''
);
INSERT
INTO
test_ln_scene
.
sys_menu
(
menu_id
,
menu_name
,
parent_id
,
order_num
,
url
,
target
,
menu_type
,
visible
,
is_refresh
,
perms
,
icon
,
create_by
,
create_time
,
update_by
,
update_time
,
remark
)
VALUES
(
2023
,
'会员管理'
,
2000
,
3
,
'#'
,
'menuItem'
,
'C'
,
'0'
,
'1'
,
''
,
'#'
,
'admin'
,
'2021-06-06 17:24:23'
,
'admin'
,
'2021-06-07 20:02:44'
,
''
);
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/kylin/refund/refund.html
View file @
d9f7ffc1
...
...
@@ -26,10 +26,10 @@
<option
value=
""
>
全部
</option>
<option
value=
"0"
>
请求退款
</option>
<option
value=
"2"
>
取消退款
</option>
<option
value=
"1"
>
一审
审核通过
</option>
<option
value=
"5"
>
一审
驳回退款
</option>
<option
value=
"7"
>
二审
通过等待退款
</option>
<option
value=
"8"
>
二审
驳回退款
</option>
<option
value=
"1"
>
运营
审核通过
</option>
<option
value=
"5"
>
运营审核
驳回退款
</option>
<option
value=
"7"
>
财务审核
通过等待退款
</option>
<option
value=
"8"
>
财务审核
驳回退款
</option>
<option
value=
"4"
>
完成退款
</option>
<option
value=
"6"
>
退款失败
</option>
</shiro:hasRole>
...
...
@@ -38,10 +38,10 @@
<option
value=
""
>
全部
</option>
<option
value=
"0"
>
请求退款
</option>
<option
value=
"2"
>
取消退款
</option>
<option
value=
"1"
>
一审
审核通过
</option>
<option
value=
"5"
>
一审
驳回退款
</option>
<option
value=
"7"
>
二审
通过等待退款
</option>
<option
value=
"8"
>
二审
驳回退款
</option>
<option
value=
"1"
>
运营
审核通过
</option>
<option
value=
"5"
>
运营审核
驳回退款
</option>
<option
value=
"7"
>
财务审核
通过等待退款
</option>
<option
value=
"8"
>
财务审核
驳回退款
</option>
<option
value=
"4"
>
完成退款
</option>
<option
value=
"6"
>
退款失败
</option>
</shiro:lacksRole>
...
...
@@ -50,18 +50,18 @@
<shiro:lacksRole
name=
"admin"
>
<option
value=
"0,8"
>
全部
</option>
<option
value=
"0"
>
请求退款
</option>
<option
value=
"8"
>
二审
驳回退款
</option>
<option
value=
"8"
>
财务审核
驳回退款
</option>
</shiro:lacksRole>
</shiro:hasPermission>
<shiro:hasPermission
name=
"kylin:refund:ticketAudit"
>
<shiro:lacksRole
name=
"admin"
>
<option
value=
"1"
>
一审
审核通过
</option>
<option
value=
"1"
>
运营
审核通过
</option>
</shiro:lacksRole>
</shiro:hasPermission>
<shiro:hasPermission
name=
"kylin:refund:execute"
>
<shiro:lacksRole
name=
"admin"
>
<option
value=
"1,9"
>
全部
</option>
<option
value=
"1"
>
一审
审核通过
</option>
<option
value=
"1"
>
运营
审核通过
</option>
<option
value=
"9"
>
已确认收货
</option>
</shiro:lacksRole>
</shiro:hasPermission>
...
...
liquidnet-bus-do/liquidnet-service-kylin-do/src/main/java/com/liquidnet/service/kylin/dao/OrderRefundDao.java
View file @
d9f7ffc1
...
...
@@ -83,7 +83,7 @@ public class OrderRefundDao implements Serializable {
this
.
statusName
=
"请求退款"
;
break
;
case
1
:
this
.
statusName
=
"
一审
通过"
;
this
.
statusName
=
"
运营审核
通过"
;
break
;
case
2
:
this
.
statusName
=
"取消退款"
;
...
...
@@ -95,7 +95,7 @@ public class OrderRefundDao implements Serializable {
this
.
statusName
=
"完成退款"
;
break
;
case
5
:
this
.
statusName
=
"
一审
驳回退款"
;
this
.
statusName
=
"
运营审核
驳回退款"
;
break
;
case
6
:
this
.
statusName
=
"退款失败"
;
...
...
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/java/com/liquidnet/service/platform/service/refund/OrderRefundsCallbackServiceImpl.java
View file @
d9f7ffc1
...
...
@@ -70,7 +70,7 @@ public class OrderRefundsCallbackServiceImpl extends ServiceImpl<KylinOrderRefun
return
"fail"
;
}
if
(
refundInfo
.
getStatus
()
==
KylinTableStatusConst
.
ORDER_REFUND_STATUS_CANCEL
||
refundInfo
.
getStatus
()
==
KylinTableStatusConst
.
ORDER_REFUND_STATUS_REJECT
)
{
log
.
info
(
"Failed:{}.RefundController refundCallback: 退款订单已取消或已
一审
拒绝,编号{}"
,
"KylinOrderRefundsServiceImplRefundCallback"
,
refundCallbackParam
.
getOrderRefundCode
());
log
.
info
(
"Failed:{}.RefundController refundCallback: 退款订单已取消或已
运营审核
拒绝,编号{}"
,
"KylinOrderRefundsServiceImplRefundCallback"
,
refundCallbackParam
.
getOrderRefundCode
());
return
"fail"
;
}
if
(
refundInfo
.
getStatus
()
==
KylinTableStatusConst
.
ORDER_REFUND_STATUS_REFUNDED
)
{
...
...
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