达梦适配大小写敏感

This commit is contained in:
王奎兴
2025-12-09 18:43:00 +08:00
parent 5b2212d5db
commit ab1472ff50
15 changed files with 674 additions and 9 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