liding
2025-04-02 d9e44be293710a7a27f051c7e4ed1da6a79b64e3
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>