Commit 7cc8eede authored by 马33's avatar 马33

使用记录降序排序

parent 27888877
...@@ -10,5 +10,6 @@ ...@@ -10,5 +10,6 @@
<if test="null != status"> <if test="null != status">
and status = #{status} and status = #{status}
</if> </if>
order by create_time desc
</select> </select>
</mapper> </mapper>
\ No newline at end of file
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