Просмотр исходного кода

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

anderx лет назад: 7
Родитель
Сommit
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">
   	<if test="type==2">
   	and b.module = 5 
   	and b.module = 5 
   	</if>
   	</if>
-  	order by a.create_time desc
+  	order by a.release_date desc
   <if test="page_sql!=null">
   <if test="page_sql!=null">
 		${page_sql}
 		${page_sql}
 	</if>
 	</if>