ソースを参照

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

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>