|
select m.menu_id, menu_name, parent_id, order_num, path, component, `query`, is_frame, is_cache, menu_type, visible, status, ifnull(perms,'') as perms, icon, create_time, tm.`tenant_id`
|
|
select m.menu_id, menu_name, parent_id, order_num, path, component, `query`, is_frame, is_cache, menu_type, visible, status, ifnull(perms,'') as perms, icon, create_time, tm.`tenant_id`
|
|
and m.menu_name not in ('数据引擎','流程引擎','表单引擎')
|
|
and m.menu_name not in ('数据引擎','流程引擎','表单引擎')
|
|
and parent_id not in (select menu_id from sys_menu where menu_name in ("数据引擎","流程引擎","表单引擎"))
|
|
and parent_id not in (select menu_id from sys_menu where menu_name in ("数据引擎","流程引擎","表单引擎"))
|