From 17ea3e9ec4f49b3652ff8a1e7dc9af502503d3f0 Mon Sep 17 00:00:00 2001
From: chenrui <1187576398@qq.com>
Date: 星期三, 09 四月 2025 13:30:02 +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