Browse Source

变更表更改成降序

Signed-off-by: anderx <312518615@qq.com>
anderx 6 years ago
parent
commit
5596a823ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/NewOrderChangeMapper.xml

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

@@ -735,7 +735,7 @@ select
 	<if test="complete ==3">
 	 and   a.status = 2
 	</if>
-	order by a.create_time 
+	order by a.create_time desc
 	<if test="page_sql != null">
 			${page_sql}
 	</if>