소스 검색

首页数据排序更改为发布时间

anderx 7 년 전
부모
커밋
74f221f5bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/common/mapper/JtBusinessProjectMapper.xml

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

@@ -822,7 +822,7 @@
   	<if test="type==2">
   	and b.module = 5 
   	</if>
-  	order by a.create_time desc
+  	order by a.release_date desc
   <if test="page_sql!=null">
 		${page_sql}
 	</if>