diff --git a/intc-modules/intc-system/src/main/resources/mapper/system/SysMenuMapper.xml b/intc-modules/intc-system/src/main/resources/mapper/system/SysMenuMapper.xml
index a132285..6a2b362 100644
--- a/intc-modules/intc-system/src/main/resources/mapper/system/SysMenuMapper.xml
+++ b/intc-modules/intc-system/src/main/resources/mapper/system/SysMenuMapper.xml
@@ -44,6 +44,9 @@
AND status = #{status}
+
+ AND menu_type = #{menuType}
+
order by parent_id, order_num
@@ -70,6 +73,9 @@
AND m.status = #{status}
+
+ AND m.menu_type = #{menuType}
+
order by m.parent_id, m.order_num