Commit cec01bd2 by jianan

出账检核-增加币种64

parent 7cb939eb
......@@ -177,7 +177,7 @@
ef.payout_amount,
ef.hkd_to_payout_rate,
ef.hkd_amount,
ef.current_payment_amount as current_payment_hkd_amount,
ef.hkd_amount as current_payment_hkd_amount,
ef.default_exchange_rate as exchange_rate,
ef.paid_amount,
ef.unpaid_amount,
......@@ -239,7 +239,7 @@
f.payout_amount,
f.hkd_to_payout_rate,
f.hkd_amount,
f.current_payment_amount,
f.current_payment_hkd_amount,
f.exchange_rate,
IF(f.status = 2, f.hkd_amount, 0) as paid_amount,
IF(f.status != 2 and f.status != 5, f.hkd_amount, 0) as unpaid_amount,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment