guarantee-lsq 9 mesiacov pred
rodič
commit
96a5903664

+ 1 - 1
platform-dao/src/main/resources/mapper/custom/CustomClassNameMapper.xml

@@ -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}