Revert "恢复大小写"

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