wangfeng пре 5 година
родитељ
комит
485dadf6f3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      mrman-service/src/main/resources/mapper/QcCasesEntryMapper.xml

+ 1 - 1
mrman-service/src/main/resources/mapper/QcCasesEntryMapper.xml

@@ -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">