Commit 41fcd981 by 梅存智

Merge branch 'dev' into 'master'

按发布时间倒序排序

See merge request !6
parents e999938f a7817b7f
......@@ -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