@@ -47,6 +47,7 @@
<if test="statu != null and statu != ''">
and sv.statu = #{statu}
</if>
+ order by sv.create_time desc
</select>
@@ -107,6 +108,7 @@
${isAdmin}
)
+ order by create_time desc
</mapper>