浏览代码

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

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>