Explorar o código

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

wangyu %!s(int64=6) %!d(string=hai) anos
pai
achega
2e2fce41ae

+ 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>