From d9e44be293710a7a27f051c7e4ed1da6a79b64e3 Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期三, 02 四月 2025 16:45:10 +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