|
|
|
@ -36,7 +36,7 @@ select identity_id from t_base_menu_privilage where menu_id=?
|
|
|
|
|
#sql("selectSingle")
|
|
|
|
|
select t1.menu_id,t1.menu_name,t1.parent_id,t1.sort_id,t1.url,t1.memo,
|
|
|
|
|
t1.create_time,t1.update_ts,t1.level_id,t1.for_school,t1.for_bureau,
|
|
|
|
|
t1.icon,t1.isFull,
|
|
|
|
|
t1.big_icon,t1.small_icon,t1.isFull,
|
|
|
|
|
(select count(1) from t_base_menu as t2 where t1.menu_id=t2.parent_id) as is_leaf
|
|
|
|
|
from t_base_menu as t1 where t1.menu_id=?
|
|
|
|
|
#end
|
|
|
|
|