zhaops před 3 roky
rodič
revize
17ee8fb70d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/main/resources/mapper/TranLogMapper.xml

+ 1 - 1
src/main/resources/mapper/TranLogMapper.xml

@@ -54,6 +54,6 @@
             AND a.success_flag = #{tranLogPageVO.successFlag}
         </if>
         ORDER BY
-        a.gmt_modified
+        a.gmt_modified DESC
     </select>
 </mapper>