code review 支付商户逻辑

This commit is contained in:
YunaiV
2021-12-25 17:53:18 +08:00
parent ff21fdc5df
commit 4b5c185608
8 changed files with 23 additions and 24 deletions

View File

@@ -5,7 +5,7 @@ INSERT INTO `sys_menu`(
`path`, `icon`, `component`, `status`
)
VALUES (
'支付商户信息管理', '', 2, 0, ${table.parentMenuId},
'支付商户信息管理', '', 2, 0, 1117,
'merchant', '', 'pay/merchant/index', 0
);