Commit a7817b7f by 梅存智

按发布时间倒序排序

parent e999938f
...@@ -306,8 +306,8 @@ ...@@ -306,8 +306,8 @@
<!--#{item}--> <!--#{item}-->
<!--</foreach>--> <!--</foreach>-->
ORDER BY ORDER BY
a.is_top DESC,
a.release_time DESC, a.release_time DESC,
a.is_top DESC,
a.id a.id
</select> </select>
<select id="informationClassifyPcPageList" resultType="com.yizhi.site.application.vo.site.InformationStudentVO"> <select id="informationClassifyPcPageList" resultType="com.yizhi.site.application.vo.site.InformationStudentVO">
...@@ -347,8 +347,8 @@ ...@@ -347,8 +347,8 @@
and a.type_three=#{typeTwo} and a.type_three=#{typeTwo}
</if> </if>
ORDER BY ORDER BY
a.is_top DESC,
a.release_time DESC, a.release_time DESC,
a.is_top DESC,
a.id a.id
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment