iceName.seticeName(dictDataService.selectDictLabel("ice_colour", v.geticeName()));
根据字典type和字典Label查询字典的数据信息
select dict_label from 若依字典表 where dict_type = #{dictType} and dict_value = #{dictValue}
iceName.seticeName(dictDataService.selectDictLabel("ice_colour", v.geticeName()));
根据字典type和字典Label查询字典的数据信息
select dict_label from 若依字典表 where dict_type = #{dictType} and dict_value = #{dictValue}