mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-01 08:30:05 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user