Commit 9fe9be79 by jianan

应付明细9

parent 32de11a1
......@@ -300,7 +300,7 @@
ef.payout_amount,
ef.hkd_to_payout_rate,
ef.hkd_amount,
ef.hkd_amount as current_payment_hkd_amount,
NULL as current_payment_hkd_amount,
ef.paid_amount,
ef.paid_ratio,
ef.unpaid_ratio,
......@@ -350,7 +350,7 @@
f.status,
f.payout_date,
f.actual_payout_date,
NUll as default_exchange_rate,
f.exchange_rate,
f.original_currency,
f.original_amount,
f.original_to_hkd_rate,
......@@ -358,8 +358,7 @@
f.payout_amount,
f.hkd_to_payout_rate,
f.hkd_amount,
NULL as current_payment_hkd_amount,
f.exchange_rate,
f.current_payment_hkd_amount,
NULL as paid_amount,
NULL as paid_ratio,
NULL as unpaid_ratio,
......
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