Commit 842ba47e by 徐高华

排序

parent ae32467d
......@@ -126,7 +126,7 @@
<if test="null != linkType">
and link_type = #{linkType}
</if>
and status_flag = 1
and status_flag = 1 order by create_time desc
limit 20
</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