@@ -50,7 +50,7 @@
<if test="isUsed != null ">
AND b.is_used =#{isUsed}
</if>
- ORDER BY b.gmt_modified DESC
+ ORDER BY a.cases_id,a.order_no DESC
</select>
<select id="findQcCasesEntryAll" resultType="com.diagbot.dto.QcCasesEntryFindDTO">
SELECT DISTINCT