소스 검색

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

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>