廖井涛
2024-03-27 6a77a2b08b1780189cd60124ff5b5d3ef406ea69
north-glass-erp/target/classes/mapper/userInfo/SysMenuItem.xml
@@ -9,6 +9,7 @@
        from `sys_menu_item` as a
        where
            a.state=1
           and a.languageType = #{lang}
        order by
            a.menuId,a.listSort
        ;