订单日报,根据日期倒序

This commit is contained in:
2023-07-20 10:09:27 +08:00
parent a3aaef384e
commit 56d8cb2f38

View File

@@ -46,6 +46,7 @@
<if test="tradeAmount != null "> and trade_amount = #{tradeAmount}</if>
<if test="tradeFee != null "> and trade_fee = #{tradeFee}</if>
</where>
order by trade_date DESC
</select>
<select id="selectSettleOrderReportById" parameterType="Long" resultMap="SettleOrderReportResult">