浏览代码

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

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>