chenrui
2025-03-31 be895c76637a86f6d05739bda32e2b72f174e7a9
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>