Browse Source

术语关联排序

zhaops 4 years ago
parent
commit
7837369fa3
1 changed files with 1 additions and 1 deletions
  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"