chenrui
2025-03-25 00f81ed9c631080dfc4595b07d77f73f9563731c
ruoyi-system/src/main/resources/mapper/system/SysDictDataMapper.xml
@@ -121,4 +121,8 @@
       )
   </insert>
   
   <select id="selectDictValue" resultType="java.lang.String">
      select dict_label from sys_dict_data
      where dict_type = #{dictType} and dict_label = #{dictLabel}
   </select>
</mapper>