guoyuji
2025-01-08 3c1b9fb8df75485b832a54cfd5aa8cb4997ed4a1
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>