feat(consultation,emergency): 修复达梦数据库字段别名及资源等级查询问题
- ConResourceMapper.xml 查询中新增 RESOURCE_LEVEL 字段别名映射,解决达梦数据库大写字段名导致的 level 字段无法正确返回问题 - AedEquipmentMangerServiceImpl 相关逻辑优化
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ public class DmKeywordInterceptor implements Interceptor {
|
||||
* 可根据实际需要添加更多关键字
|
||||
*/
|
||||
private static final Set<String> DM_KEYWORDS = new HashSet<>(Arrays.asList(
|
||||
"MODEL", "BEGIN", "END", "CONTEXT"
|
||||
"MODEL", "BEGIN", "END", "CONTEXT", "LEVEL", "DESC"
|
||||
));
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user