@@ -36,7 +36,7 @@
<if test="code != null and code != ''">
AND a.code = #{code}
</if>
- ORDER BY a.gmt_modified
+ ORDER BY a.gmt_modified DESC
</select>
<select id="getQcCasesEntryIndex" resultType="com.diagbot.dto.QcCasesEntryAllDTO">