rpay+ 订单金额额外处理 + 账单创建时间处理

master
taylor.dang 6 years ago
parent 5e495fb765
commit 09cd0ffa32

@ -657,9 +657,9 @@
o.refund_amount refund_fee,
o.customer_id,
o.order_detail,
t.clearing_amount,
CASE o.channel WHEN 'Rpay' THEN o.customer_payment_amount ELSE t.clearing_amount END clearing_amount,
t.refund_id,
t.create_time transaction_time,
CASE o.channel WHEN 'Rpay' THEN t.create_time ELSE t.transaction_time END transaction_time,
t.transaction_type,
t.transaction_id,
t.exchange_rate,

Loading…
Cancel
Save