소스 검색

优化增补

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}