guarantee-lsq преди 9 месеца
родител
ревизия
96a5903664
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      platform-dao/src/main/resources/mapper/custom/CustomClassNameMapper.xml

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