소스 검색

术语关联排序

zhaops 4 년 전
부모
커밋
7837369fa3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/MappingConfigMapper.xml

+ 1 - 1
src/main/resources/mapper/MappingConfigMapper.xml

@@ -111,7 +111,7 @@
                 t1.his_detail_name asc,
             </if>
         </if>
-        t1.is_match asc,t1.gmt_modified desc
+        t1.is_match desc,t1.gmt_modified desc
     </select>
 
     <select id="hisNameIndex" resultType="com.diagbot.entity.MappingConfig"