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

@@ -1,7 +1,7 @@
-- 菜单 SQL
INSERT INTO `sys_menu`(`name`, `permission`, `menu_type`, `sort`, `parent_id`,
`path`, `icon`, `component`, `status`)
VALUES ('支付订单管理', '', 2, 0, ${table.parentMenuId},
VALUES ('支付订单管理', '', 2, 0, 1117,
'order', '', 'pay/order/index', 0);
-- 按钮父菜单ID