chenlu
2024-12-03 89bb3e6f1ba4cf030772af7e0c7e28a68f5d1c9b
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>