Commit a7817b7f by 梅存智

按发布时间倒序排序

parent e999938f
......@@ -306,8 +306,8 @@
<!--#{item}-->
<!--</foreach>-->
ORDER BY
a.is_top DESC,
a.release_time DESC,
a.is_top DESC,
a.id
</select>
<select id="informationClassifyPcPageList" resultType="com.yizhi.site.application.vo.site.InformationStudentVO">
......@@ -347,8 +347,8 @@
and a.type_three=#{typeTwo}
</if>
ORDER BY
a.is_top DESC,
a.release_time DESC,
a.is_top DESC,
a.id
</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