mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-01 08:30:05 +08:00
订单支付记录保存支付id
This commit is contained in:
@@ -854,7 +854,7 @@
|
||||
t1.trade_amount as tradeAmount,
|
||||
t1.trade_fee as tradeFee
|
||||
from settle_order_report t1
|
||||
join pile_station_info t2 on t1.station_id = t2.id
|
||||
join pile_station_info t2 on t1.station_id = t2.id
|
||||
where t1.del_flag = '0'
|
||||
<if test="dto.merchantId != null and dto.merchantId != ''">
|
||||
and t1.merchant_id = #{dto.merchantId,jdbcType=VARCHAR}
|
||||
|
||||
Reference in New Issue
Block a user