廖井涛
2024-08-06 3f35b3c03d8a196f6e7724de8a01ddb9ba30a22a
north-glass-erp/src/main/resources/mapper/userInfo/SysMenuItem.xml
@@ -9,6 +9,7 @@
        from `sys_menu_item` as a
        where
            a.state=1
           and a.languageType = #{lang}
        order by
            a.menuId,a.listSort
        ;