成果字典增删查改,成果聚类分析
This commit is contained in:
parent
311383d2a3
commit
a3fc3246fc
|
@ -95,7 +95,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</delete>
|
</delete>
|
||||||
|
|
||||||
<select id="selectDictDataByType" resultType="com.microservices.dms.achievementLibrary.domain.KeyValueVo">
|
<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>
|
||||||
|
|
||||||
<select id="selectDictDataByLabel" resultType="int">
|
<select id="selectDictDataByLabel" resultType="int">
|
||||||
|
|
Loading…
Reference in New Issue