mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-17 00:08:35 +08:00
订单日报,根据日期倒序
This commit is contained in:
@@ -46,6 +46,7 @@
|
|||||||
<if test="tradeAmount != null "> and trade_amount = #{tradeAmount}</if>
|
<if test="tradeAmount != null "> and trade_amount = #{tradeAmount}</if>
|
||||||
<if test="tradeFee != null "> and trade_fee = #{tradeFee}</if>
|
<if test="tradeFee != null "> and trade_fee = #{tradeFee}</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by trade_date DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectSettleOrderReportById" parameterType="Long" resultMap="SettleOrderReportResult">
|
<select id="selectSettleOrderReportById" parameterType="Long" resultMap="SettleOrderReportResult">
|
||||||
|
|||||||
Reference in New Issue
Block a user