|
|
@ -7,7 +7,7 @@
|
|
|
|
<include refid="sqlTree"/>
|
|
|
|
<include refid="sqlTree"/>
|
|
|
|
SELECT D.menu_id AS "menuSid"
|
|
|
|
SELECT D.menu_id AS "menuSid"
|
|
|
|
, D.menu_name AS "menuName"
|
|
|
|
, D.menu_name AS "menuName"
|
|
|
|
, (CASE B.ACTION WHEN '/' THEN '#' ELSE B.ACTION END) AS "menuUrl"
|
|
|
|
, (CASE B.ACTION WHEN '/' THEN '#' ELSE B.ACTION END) AS "menuView"
|
|
|
|
, D.menu_depth AS "menuDepth"
|
|
|
|
, D.menu_depth AS "menuDepth"
|
|
|
|
, D.parnt_menu_id AS "parentSid"
|
|
|
|
, D.parnt_menu_id AS "parentSid"
|
|
|
|
, D.menu_full_path AS "menuPath"
|
|
|
|
, D.menu_full_path AS "menuPath"
|
|
|
@ -28,7 +28,7 @@
|
|
|
|
<include refid="sqlTree"/>
|
|
|
|
<include refid="sqlTree"/>
|
|
|
|
SELECT D.menu_id AS "menuSid"
|
|
|
|
SELECT D.menu_id AS "menuSid"
|
|
|
|
, D.menu_name AS "menuName"
|
|
|
|
, D.menu_name AS "menuName"
|
|
|
|
, (CASE B.ACTION WHEN '/' THEN '#' ELSE B.ACTION END) AS "menuUrl"
|
|
|
|
, (CASE B.ACTION WHEN '/' THEN '#' ELSE B.ACTION END) AS "menuView"
|
|
|
|
, D.menu_depth AS "menuDepth"
|
|
|
|
, D.menu_depth AS "menuDepth"
|
|
|
|
, D.parnt_menu_id AS "parentSid"
|
|
|
|
, D.parnt_menu_id AS "parentSid"
|
|
|
|
, D.menu_full_path AS "menuPath"
|
|
|
|
, D.menu_full_path AS "menuPath"
|
|
|
@ -57,7 +57,7 @@
|
|
|
|
<include refid="sqlTree"/>
|
|
|
|
<include refid="sqlTree"/>
|
|
|
|
SELECT D.menu_id AS "menuSid"
|
|
|
|
SELECT D.menu_id AS "menuSid"
|
|
|
|
, D.menu_name AS "menuName"
|
|
|
|
, D.menu_name AS "menuName"
|
|
|
|
, (CASE B.ACTION WHEN '/' THEN '#' ELSE B.ACTION END) AS "menuUrl"
|
|
|
|
, (CASE B.ACTION WHEN '/' THEN '#' ELSE B.ACTION END) AS "menuView"
|
|
|
|
, D.menu_depth AS "menuDepth"
|
|
|
|
, D.menu_depth AS "menuDepth"
|
|
|
|
, D.parnt_menu_id AS "parentSid"
|
|
|
|
, D.parnt_menu_id AS "parentSid"
|
|
|
|
, D.menu_full_path AS "menuPath"
|
|
|
|
, D.menu_full_path AS "menuPath"
|
|
|
|