فهرست منبع

申诉记录按照时间倒序排列

songxinlu 3 سال پیش
والد
کامیت
db6e3411d6
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      dblayer-mbg/src/main/resources/mapperdb2/AppealInfoMapper.xml

+ 2 - 0
dblayer-mbg/src/main/resources/mapperdb2/AppealInfoMapper.xml

@@ -90,5 +90,7 @@
         <if test="getAppealInfoVO.appealExplain != null and getAppealInfoVO.appealExplain != '' ">
             AND mai.appeal_explain = #{getAppealInfoVO.appealExplain}
         </if>
+        ORDER BY
+        mai.gmt_create DESC
     </select>
 </mapper>