This commit is contained in:
Lemon
2023-07-20 16:04:03 +08:00
6 changed files with 24 additions and 29 deletions

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">