chenlu
2025-04-20 24888c4b2ca2ffc49c4d94aefd6aea32d515b6dd
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>