mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-02-01 12:07:57 +08:00
feat: 角色菜单信息绑定新增页面打开类型的查询
This commit is contained in:
parent
c1a2ae957c
commit
8364c24305
2 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
SELECT
|
||||
c.id,
|
||||
c.`name`,
|
||||
c.icon icon,
|
||||
c.icon,
|
||||
c.page_type pageType,
|
||||
c.page_url pageURL,
|
||||
c.open_type openType,
|
||||
c.type,
|
||||
|
|
|
@ -96,6 +96,7 @@
|
|||
c.id,
|
||||
c.`name`,
|
||||
c.icon,
|
||||
c.page_type pageType,
|
||||
c.page_url pageURL,
|
||||
c.open_type openType,
|
||||
c.type menuType,
|
||||
|
@ -128,6 +129,7 @@
|
|||
a.id,
|
||||
a.menu_name `name`,
|
||||
a.menu_icon icon,
|
||||
'1' pageType,
|
||||
a.menu_url pageURL,
|
||||
a.open_type openType,
|
||||
a.menu_type menuType,
|
||||
|
@ -151,6 +153,7 @@
|
|||
a.id,
|
||||
a.menu_box_name `name`,
|
||||
'' icon,
|
||||
'1' pageType,
|
||||
'--' pageURL,
|
||||
2 openType,
|
||||
'' menuType,
|
||||
|
|
Loading…
Reference in a new issue