Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
7ac96de7
Commit
7ac96de7
authored
Jun 14, 2021
by
dingzhiwei
Browse files
完善部分功能的列表权限
parent
975f1eea
Changes
9
Show whitespace changes
Inline
Side-by-side
docs/sql/init.sql
View file @
7ac96de7
...
@@ -374,6 +374,7 @@ insert into t_sys_entitlement values('ENT_C_MAIN', '主页', 'home', '/main', 'M
...
@@ -374,6 +374,7 @@ insert into t_sys_entitlement values('ENT_C_MAIN', '主页', 'home', '/main', 'M
-- 商户管理
-- 商户管理
insert
into
t_sys_entitlement
values
(
'ENT_MCH_INFO'
,
'商户管理'
,
'shop'
,
''
,
'RouteView'
,
'ML'
,
0
,
1
,
'ROOT'
,
'30'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_MCH_INFO'
,
'商户管理'
,
'shop'
,
''
,
'RouteView'
,
'ML'
,
0
,
1
,
'ROOT'
,
'30'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_MCH_INFO_LIST'
,
'商户列表'
,
'profile'
,
'/mch'
,
'MchListPage'
,
'ML'
,
0
,
1
,
'ENT_MCH_INFO'
,
'10'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_MCH_INFO_LIST'
,
'商户列表'
,
'profile'
,
'/mch'
,
'MchListPage'
,
'ML'
,
0
,
1
,
'ENT_MCH_INFO'
,
'10'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_MCH_LIST'
,
'页面:商户列表'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_MCH_INFO_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_MCH_INFO_ADD'
,
'按钮:新增'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_MCH_INFO_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_MCH_INFO_ADD'
,
'按钮:新增'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_MCH_INFO_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_MCH_INFO_EDIT'
,
'按钮:编辑'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_MCH_INFO_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_MCH_INFO_EDIT'
,
'按钮:编辑'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_MCH_INFO_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_MCH_INFO_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_MCH_INFO_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_MCH_INFO_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_MCH_INFO_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
...
@@ -388,6 +389,7 @@ insert into t_sys_entitlement values('ENT_MCH_INFO', '商户管理', 'shop', '',
...
@@ -388,6 +389,7 @@ insert into t_sys_entitlement values('ENT_MCH_INFO', '商户管理', 'shop', '',
-- 服务商管理
-- 服务商管理
insert
into
t_sys_entitlement
values
(
'ENT_ISV_INFO'
,
'服务商管理'
,
'block'
,
''
,
'RouteView'
,
'ML'
,
0
,
1
,
'ROOT'
,
'40'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_ISV_INFO'
,
'服务商管理'
,
'block'
,
''
,
'RouteView'
,
'ML'
,
0
,
1
,
'ROOT'
,
'40'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_ISV_INFO_LIST'
,
'服务商列表'
,
'profile'
,
'/isv'
,
'IsvListPage'
,
'ML'
,
0
,
1
,
'ENT_ISV_INFO'
,
'10'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_ISV_INFO_LIST'
,
'服务商列表'
,
'profile'
,
'/isv'
,
'IsvListPage'
,
'ML'
,
0
,
1
,
'ENT_ISV_INFO'
,
'10'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_ISV_LIST'
,
'页面:服务商列表'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_ISV_INFO_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_ISV_INFO_ADD'
,
'按钮:新增'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_ISV_INFO_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_ISV_INFO_ADD'
,
'按钮:新增'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_ISV_INFO_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_ISV_INFO_EDIT'
,
'按钮:编辑'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_ISV_INFO_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_ISV_INFO_EDIT'
,
'按钮:编辑'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_ISV_INFO_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_ISV_INFO_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_ISV_INFO_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_ISV_INFO_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_ISV_INFO_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
...
@@ -399,10 +401,13 @@ insert into t_sys_entitlement values('ENT_ISV_INFO', '服务商管理', 'block',
...
@@ -399,10 +401,13 @@ insert into t_sys_entitlement values('ENT_ISV_INFO', '服务商管理', 'block',
-- 订单管理
-- 订单管理
insert
into
t_sys_entitlement
values
(
'ENT_ORDER'
,
'订单管理'
,
'transaction'
,
''
,
'RouteView'
,
'ML'
,
0
,
1
,
'ROOT'
,
'50'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_ORDER'
,
'订单管理'
,
'transaction'
,
''
,
'RouteView'
,
'ML'
,
0
,
1
,
'ROOT'
,
'50'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_PAY_ORDER_LIST'
,
'支付订单'
,
'account-book'
,
'/pay'
,
'PayOrderListPage'
,
'ML'
,
0
,
1
,
'ENT_ORDER'
,
'10'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_PAY_ORDER_LIST'
,
'支付订单'
,
'account-book'
,
'/pay'
,
'PayOrderListPage'
,
'ML'
,
0
,
1
,
'ENT_ORDER'
,
'10'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_ORDER_LIST'
,
'页面:订单列表'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_PAY_ORDER_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_PAY_ORDER_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_PAY_ORDER_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_PAY_ORDER_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_PAY_ORDER_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_REFUND_ORDER_LIST'
,
'退款订单'
,
'exception'
,
'/refund'
,
'RefundOrderListPage'
,
'ML'
,
0
,
1
,
'ENT_ORDER'
,
'20'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_REFUND_ORDER_LIST'
,
'退款订单'
,
'exception'
,
'/refund'
,
'RefundOrderListPage'
,
'ML'
,
0
,
1
,
'ENT_ORDER'
,
'20'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_REFUND_LIST'
,
'页面:退款订单列表'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_REFUND_ORDER_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_REFUND_ORDER_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_REFUND_ORDER_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_REFUND_ORDER_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_REFUND_ORDER_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_MCH_NOTIFY_LIST'
,
'商户通知'
,
'notification'
,
'/notify'
,
'MchNotifyListPage'
,
'ML'
,
0
,
1
,
'ENT_ORDER'
,
'30'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_MCH_NOTIFY_LIST'
,
'商户通知'
,
'notification'
,
'/notify'
,
'MchNotifyListPage'
,
'ML'
,
0
,
1
,
'ENT_ORDER'
,
'30'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_NOTIFY_LIST'
,
'页面:商户通知列表'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_MCH_NOTIFY_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_MCH_NOTIFY_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_MCH_NOTIFY_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_MCH_NOTIFY_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_MCH_NOTIFY_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
-- 支付配置菜单
-- 支付配置菜单
...
@@ -449,6 +454,7 @@ insert into t_sys_entitlement values('ENT_SYS_CONFIG', '系统管理', 'setting'
...
@@ -449,6 +454,7 @@ insert into t_sys_entitlement values('ENT_SYS_CONFIG', '系统管理', 'setting'
insert
into
t_sys_entitlement
values
(
'ENT_SYS_CONFIG_EDIT'
,
'按钮: 修改'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_SYS_CONFIG_INFO'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_SYS_CONFIG_EDIT'
,
'按钮: 修改'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_SYS_CONFIG_INFO'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_SYS_LOG_LIST'
,
'系统日志'
,
'file-text'
,
'/log'
,
'SysLogPage'
,
'ML'
,
0
,
1
,
'ENT_SYS_CONFIG'
,
'20'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_SYS_LOG_LIST'
,
'系统日志'
,
'file-text'
,
'/log'
,
'SysLogPage'
,
'ML'
,
0
,
1
,
'ENT_SYS_CONFIG'
,
'20'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_LOG_LIST'
,
'页面:系统日志列表'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_SYS_LOG_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_SYS_LOG_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_SYS_LOG_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_SYS_LOG_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_SYS_LOG_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_SYS_LOG_DEL'
,
'按钮:删除'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_SYS_LOG_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_SYS_LOG_DEL'
,
'按钮:删除'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_SYS_LOG_LIST'
,
'0'
,
'MGR'
,
now
(),
now
());
...
@@ -472,8 +478,10 @@ insert into t_sys_entitlement values('ENT_MCH_MAIN', '主页', 'home', '/main',
...
@@ -472,8 +478,10 @@ insert into t_sys_entitlement values('ENT_MCH_MAIN', '主页', 'home', '/main',
-- 【商户系统】 订单管理
-- 【商户系统】 订单管理
insert
into
t_sys_entitlement
values
(
'ENT_ORDER'
,
'订单中心'
,
'transaction'
,
''
,
'RouteView'
,
'ML'
,
0
,
1
,
'ROOT'
,
'20'
,
'MCH'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_ORDER'
,
'订单中心'
,
'transaction'
,
''
,
'RouteView'
,
'ML'
,
0
,
1
,
'ROOT'
,
'20'
,
'MCH'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_PAY_ORDER_LIST'
,
'订单管理'
,
'account-book'
,
'/pay'
,
'PayOrderListPage'
,
'ML'
,
0
,
1
,
'ENT_ORDER'
,
'10'
,
'MCH'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_PAY_ORDER_LIST'
,
'订单管理'
,
'account-book'
,
'/pay'
,
'PayOrderListPage'
,
'ML'
,
0
,
1
,
'ENT_ORDER'
,
'10'
,
'MCH'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_ORDER_LIST'
,
'页面:订单列表'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_PAY_ORDER_LIST'
,
'0'
,
'MCH'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_PAY_ORDER_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_PAY_ORDER_LIST'
,
'0'
,
'MCH'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_PAY_ORDER_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_PAY_ORDER_LIST'
,
'0'
,
'MCH'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_REFUND_ORDER_LIST'
,
'退款记录'
,
'exception'
,
'/refund'
,
'RefundOrderListPage'
,
'ML'
,
0
,
1
,
'ENT_ORDER'
,
'20'
,
'MCH'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_REFUND_ORDER_LIST'
,
'退款记录'
,
'exception'
,
'/refund'
,
'RefundOrderListPage'
,
'ML'
,
0
,
1
,
'ENT_ORDER'
,
'20'
,
'MCH'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_REFUND_LIST'
,
'页面:退款订单列表'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_REFUND_ORDER_LIST'
,
'0'
,
'MCH'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_REFUND_ORDER_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_REFUND_ORDER_LIST'
,
'0'
,
'MCH'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_REFUND_ORDER_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_REFUND_ORDER_LIST'
,
'0'
,
'MCH'
,
now
(),
now
());
-- 【商户系统】 支付配置
-- 【商户系统】 支付配置
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/isv/IsvInfoController.java
View file @
7ac96de7
...
@@ -52,7 +52,7 @@ public class IsvInfoController extends CommonCtrl {
...
@@ -52,7 +52,7 @@ public class IsvInfoController extends CommonCtrl {
* @date: 2021/6/7 16:12
* @date: 2021/6/7 16:12
* @describe: 查询服务商信息列表
* @describe: 查询服务商信息列表
*/
*/
@PreAuthorize
(
"hasAuthority('ENT_ISV_
INFO_
LIST')"
)
@PreAuthorize
(
"hasAuthority('ENT_ISV_LIST')"
)
@RequestMapping
(
value
=
""
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
""
,
method
=
RequestMethod
.
GET
)
public
ApiRes
list
()
{
public
ApiRes
list
()
{
IsvInfo
isvInfo
=
getObject
(
IsvInfo
.
class
);
IsvInfo
isvInfo
=
getObject
(
IsvInfo
.
class
);
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/merchant/MchInfoController.java
View file @
7ac96de7
...
@@ -61,7 +61,7 @@ public class MchInfoController extends CommonCtrl {
...
@@ -61,7 +61,7 @@ public class MchInfoController extends CommonCtrl {
* @date: 2021/6/7 16:14
* @date: 2021/6/7 16:14
* @describe: 商户信息列表
* @describe: 商户信息列表
*/
*/
@PreAuthorize
(
"hasAuthority('ENT_MCH_
INFO_
LIST')"
)
@PreAuthorize
(
"hasAuthority('ENT_MCH_LIST')"
)
@RequestMapping
(
value
=
""
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
""
,
method
=
RequestMethod
.
GET
)
public
ApiRes
list
()
{
public
ApiRes
list
()
{
MchInfo
mchInfo
=
getObject
(
MchInfo
.
class
);
MchInfo
mchInfo
=
getObject
(
MchInfo
.
class
);
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/order/MchNotifyController.java
View file @
7ac96de7
...
@@ -49,7 +49,7 @@ public class MchNotifyController extends CommonCtrl {
...
@@ -49,7 +49,7 @@ public class MchNotifyController extends CommonCtrl {
* @date: 2021/6/7 16:14
* @date: 2021/6/7 16:14
* @describe: 商户通知列表
* @describe: 商户通知列表
*/
*/
@PreAuthorize
(
"hasAuthority('ENT_
MCH_
NOTIFY_LIST')"
)
@PreAuthorize
(
"hasAuthority('ENT_NOTIFY_LIST')"
)
@RequestMapping
(
value
=
""
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
""
,
method
=
RequestMethod
.
GET
)
public
ApiRes
list
()
{
public
ApiRes
list
()
{
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/order/PayOrderController.java
View file @
7ac96de7
...
@@ -56,7 +56,7 @@ public class PayOrderController extends CommonCtrl {
...
@@ -56,7 +56,7 @@ public class PayOrderController extends CommonCtrl {
* @date: 2021/6/7 16:15
* @date: 2021/6/7 16:15
* @describe: 订单信息列表
* @describe: 订单信息列表
*/
*/
@PreAuthorize
(
"hasAuthority('ENT_
PAY_
ORDER_LIST')"
)
@PreAuthorize
(
"hasAuthority('ENT_ORDER_LIST')"
)
@RequestMapping
(
value
=
""
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
""
,
method
=
RequestMethod
.
GET
)
public
ApiRes
list
()
{
public
ApiRes
list
()
{
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/order/RefundOrderController.java
View file @
7ac96de7
...
@@ -49,7 +49,7 @@ public class RefundOrderController extends CommonCtrl {
...
@@ -49,7 +49,7 @@ public class RefundOrderController extends CommonCtrl {
* @date: 2021/6/7 16:15
* @date: 2021/6/7 16:15
* @describe: 退款订单信息列表
* @describe: 退款订单信息列表
*/
*/
@PreAuthorize
(
"hasAuthority('ENT_REFUND_
ORDER_
LIST')"
)
@PreAuthorize
(
"hasAuthority('ENT_REFUND_LIST')"
)
@RequestMapping
(
value
=
""
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
""
,
method
=
RequestMethod
.
GET
)
public
ApiRes
list
()
{
public
ApiRes
list
()
{
...
...
jeepay-manager/src/main/java/com/jeequan/jeepay/mgr/ctrl/sysuser/SysLogController.java
View file @
7ac96de7
...
@@ -54,7 +54,7 @@ public class SysLogController extends CommonCtrl {
...
@@ -54,7 +54,7 @@ public class SysLogController extends CommonCtrl {
* @date: 2021/6/7 16:15
* @date: 2021/6/7 16:15
* @describe: 日志记录列表
* @describe: 日志记录列表
*/
*/
@PreAuthorize
(
"hasAuthority('ENT_
SYS_
LOG_LIST')"
)
@PreAuthorize
(
"hasAuthority('ENT_LOG_LIST')"
)
@RequestMapping
(
value
=
""
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
""
,
method
=
RequestMethod
.
GET
)
public
ApiRes
list
()
{
public
ApiRes
list
()
{
SysLog
sysLog
=
getObject
(
SysLog
.
class
);
SysLog
sysLog
=
getObject
(
SysLog
.
class
);
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/order/PayOrderController.java
View file @
7ac96de7
...
@@ -58,7 +58,7 @@ public class PayOrderController extends CommonCtrl {
...
@@ -58,7 +58,7 @@ public class PayOrderController extends CommonCtrl {
* @Description: 订单信息列表
* @Description: 订单信息列表
* @Date: 10:43 2021/5/13
* @Date: 10:43 2021/5/13
*/
*/
@PreAuthorize
(
"hasAuthority('ENT_
PAY_
ORDER_LIST')"
)
@PreAuthorize
(
"hasAuthority('ENT_ORDER_LIST')"
)
@GetMapping
@GetMapping
public
ApiRes
list
()
{
public
ApiRes
list
()
{
...
...
jeepay-merchant/src/main/java/com/jeequan/jeepay/mch/ctrl/order/RefundOrderController.java
View file @
7ac96de7
...
@@ -49,7 +49,7 @@ public class RefundOrderController extends CommonCtrl {
...
@@ -49,7 +49,7 @@ public class RefundOrderController extends CommonCtrl {
* @Description: 退款订单信息列表
* @Description: 退款订单信息列表
* @Date: 10:44 2021/5/13
* @Date: 10:44 2021/5/13
*/
*/
@PreAuthorize
(
"hasAuthority('ENT_REFUND_
ORDER_
LIST')"
)
@PreAuthorize
(
"hasAuthority('ENT_REFUND_LIST')"
)
@GetMapping
@GetMapping
public
ApiRes
list
()
{
public
ApiRes
list
()
{
...
...
Write
Preview
Supports
Markdown
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