ソースを参照

查看系统消息列表增加倒叙排序

anderx 7 年 前
コミット
7c8a7a98ed
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/main/java/com/goafanti/common/mapper/MessageFromSystemMapper.xml

+ 1 - 0
src/main/java/com/goafanti/common/mapper/MessageFromSystemMapper.xml

@@ -671,6 +671,7 @@
 			<if test="resourceType != null">
 				and b.resource_type = #{resourceType,jdbcType=INTEGER}
 			</if>
+			order by b.create_time DESC
 			<if test="page_sql!=null">
 				${page_sql}
 			</if>