恢复大小写

This commit is contained in:
王奎兴
2025-12-14 14:29:16 +08:00
parent 2b385f45cd
commit 52cdfbe6d9
13 changed files with 2 additions and 668 deletions
@@ -273,8 +273,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectMenuComponent" resultType="java.util.HashMap">
SELECT
menu_component,
menu_redirect_path
menu_component AS menuComponent,
menu_redirect_path AS menuRedirectPath
FROM
sys_menu
where