From 2917cb5d06bcdf78327ce84ba5b9b36076adb4af Mon Sep 17 00:00:00 2001
From: chenrui <1187576398@qq.com>
Date: 星期二, 01 四月 2025 15:06:44 +0800
Subject: [PATCH] Merge branch 'radio_frequency' of http://114.132.189.42:9002/r/lims-ruoyi-after into radio_frequency

---
 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