@@ -66,7 +66,7 @@
</select>
<select id="getDistinctList" parameterType="com.platform.dao.dto.custom.CustomClassNameDTO" resultType="com.platform.dao.vo.query.custom.CustomClassNameVO">
- select ccn.title_code,ccn.title_name from (select distinct title_code as titleId from t_custom_class_name
+ select ccn.title_code,ccn.title from (select distinct title_code as titleId from t_custom_class_name
<where>
<if test="code != null and code != ''">
code = #{code}