Commit bd0f1e70 by guojuxing

查询权限项接口修复

parent c011684e
......@@ -350,6 +350,8 @@
(select count(DISTINCT b.item_id) from tab_sys_menu_item b where a.menu_id = b.menu_id and b.status = 1 ) operationItemCount
from tab_sys_menu a
where a.status=1
and a.parent_id = #{menuId}
<include refid="role_filter"></include>
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment