成果字典增删查改,成果聚类分析

This commit is contained in:
13036795865 2025-05-26 13:58:11 +08:00
parent 311383d2a3
commit a3fc3246fc
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</delete>
<select id="selectDictDataByType" resultType="com.microservices.dms.achievementLibrary.domain.KeyValueVo">
select dict_code as "key",dict_label as "value" from achievement_dict_data where dict_type = #{dictType}
select dict_code as "key",dict_label as "name" from achievement_dict_data where dict_type = #{dictType}
</select>
<select id="selectDictDataByLabel" resultType="int">