@@ -241,7 +241,7 @@
<select id="getMenuInfo" parameterType="Map" resultType="Map">
select DISTINCT t.m_id mId,t.name,t.g_id gId,t.url,t.seq,t.p_id pId,t.description,t.is_show isShow,
if(t.is_show='Y','显示','不显示') isShowName,
- p.p_id pId,t.name pName
+ t.m_id pId,t.name pName
from m_menu t,p_privilege p
where t.status_cd= '0'
and p.status_cd= '0'