소스 검색

二期诊断量表关联分页倒叙

wangyu 6 년 전
부모
커밋
2e2fce41ae
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      icssman-service/src/main/resources/mapper/DisScaleMapper.xml

+ 1 - 0
icssman-service/src/main/resources/mapper/DisScaleMapper.xml

@@ -30,6 +30,7 @@
         <if test="getDisScaleAllInfoVO.scaleName != null and getDisScaleAllInfoVO.scaleName != ''">
             and c.`name` LIKE CONCAT('%',#{getDisScaleAllInfoVO.scaleName},'%')
         </if>
+        ORDER BY a.gmt_modified DESC
     </select>
 
 </mapper>