From 9fce552f48c898b61fa1cb9be73aa4ae7dfc5bb4 Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期五, 28 三月 2025 14:07:53 +0800 Subject: [PATCH] 设备导入优化 --- ruoyi-system/src/main/resources/mapper/system/SysDictDataMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysDictDataMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysDictDataMapper.xml index 4b3c2a1..6e033d3 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysDictDataMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysDictDataMapper.xml @@ -122,7 +122,7 @@ </insert> <select id="selectDictValue" resultType="java.lang.String"> - select dict_label from sys_dict_data + select dict_value from sys_dict_data where dict_type = #{dictType} and dict_label = #{dictLabel} </select> </mapper> -- Gitblit v1.9.3