chenlu
2025-12-18 25cc86fd8a2fb3b2bb6b385cba0adaf89ff3dcdc
north-glass-erp/src/main/resources/mapper/userInfo/SysMenuItem.xml
@@ -9,7 +9,6 @@
        from `sys_menu_item` as a
        where
            a.state=1
           and a.languageType = #{lang}
        order by
            a.menuId,a.listSort
        ;