记得上下班打卡 | 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
bbc0faea
Commit
bbc0faea
authored
Oct 18, 2021
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二审 to 财务审核
parent
983f432d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
KylinTableStatusConst.java
...quidnet/service/kylin/constant/KylinTableStatusConst.java
+2
-2
BusinessType.java
...com/liquidnet/client/admin/common/enums/BusinessType.java
+1
-1
db_liquidnet_admin_data.sql
...quidnet-client-admin-web/docu/db_liquidnet_admin_data.sql
+2
-2
No files found.
liquidnet-bus-api/liquidnet-service-kylin-api/src/main/java/com/liquidnet/service/kylin/constant/KylinTableStatusConst.java
View file @
bbc0faea
...
@@ -33,8 +33,8 @@ public class KylinTableStatusConst {
...
@@ -33,8 +33,8 @@ public class KylinTableStatusConst {
public
static
final
Integer
ORDER_REFUND_STATUS_REFUNDED
=
4
;
// 完成退款
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_ERROR
=
6
;
// 退款失败
public
static
final
Integer
ORDER_REFUND_STATUS_UNFILLED
=
7
;
//
二审
同意 等待退款
public
static
final
Integer
ORDER_REFUND_STATUS_UNFILLED
=
7
;
//
财务审核
同意 等待退款
public
static
final
Integer
ORDER_REFUND_STATUS_REFUSE
=
8
;
//
二审
拒绝
public
static
final
Integer
ORDER_REFUND_STATUS_REFUSE
=
8
;
//
财务审核
拒绝
public
static
final
Integer
ORDER_REFUND_STATUS_TICKET
=
9
;
// 票务确认收货
public
static
final
Integer
ORDER_REFUND_STATUS_TICKET
=
9
;
// 票务确认收货
public
static
final
Integer
ORDER_REFUND_TYPE_APPLY
=
0
;
// 客服、票务人工申请,可以取消退款,回调再处理库存和券
public
static
final
Integer
ORDER_REFUND_TYPE_APPLY
=
0
;
// 客服、票务人工申请,可以取消退款,回调再处理库存和券
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-common/src/main/java/com/liquidnet/client/admin/common/enums/BusinessType.java
View file @
bbc0faea
...
@@ -83,7 +83,7 @@ public enum BusinessType
...
@@ -83,7 +83,7 @@ public enum BusinessType
AUDIT
,
AUDIT
,
/**
/**
*
二审
15
*
财务审核
15
*/
*/
AUDIT2
,
AUDIT2
,
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/docu/db_liquidnet_admin_data.sql
View file @
bbc0faea
...
@@ -15,14 +15,14 @@ INSERT INTO test_ln_scene.sys_menu (menu_id, menu_name, parent_id, order_num, ur
...
@@ -15,14 +15,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
(
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
(
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
(
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
(
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
(
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
(
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
(
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
(
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
(
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
(
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'
,
''
);
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'
,
''
);
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
(
2024
,
'会员订单'
,
2023
,
1
,
'/adam/order/orderList'
,
'menuItem'
,
'C'
,
'0'
,
'1'
,
null
,
'#'
,
'admin'
,
'2021-06-06 17:26: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
(
2024
,
'会员订单'
,
2023
,
1
,
'/adam/order/orderList'
,
'menuItem'
,
'C'
,
'0'
,
'1'
,
null
,
'#'
,
'admin'
,
'2021-06-06 17:26:44'
,
''
,
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