chenlu
2025-12-12 554886463a4cb4a2d5c042f08e85d2dfcd6e9dcf
north-glass-erp/src/main/resources/mapper/userInfo/SysMenu.xml
@@ -9,7 +9,6 @@
        from sys_menu as a
        where
            a.state=1
            and a.languageType = #{lang}
        order by a.listSort
        ;
    </select>