Commit 5aaa9194 by guojuxing

转账审批列表排序:创建时间倒序

parent fd72b2ab
......@@ -331,5 +331,7 @@
<if test="platformType != null">
and platform_type = #{platformType}
</if>
order by create_time desc
</select>
</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