Explorar el Código

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

wangyu hace 6 años
padre
commit
2e2fce41ae
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>