Przeglądaj źródła

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

anderx 7 lat temu
rodzic
commit
74f221f5bc

+ 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>