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