|
@ -40,9 +40,10 @@ |
|
|
select bf.depositBillNo as virtualOrderId, |
|
|
select bf.depositBillNo as virtualOrderId, |
|
|
bd.sid as virtualOrderSid, |
|
|
bd.sid as virtualOrderSid, |
|
|
bd2.draweeName as name, |
|
|
bd2.draweeName as name, |
|
|
bf.depositPrice as remainderMoney, |
|
|
|
|
|
bf.price as payMoney, |
|
|
bf.price as payMoney, |
|
|
bf.payPath |
|
|
bf.payPath, |
|
|
|
|
|
bd2.usedDeposit, |
|
|
|
|
|
bd2.deposit |
|
|
from bus_deposit_fictitious bf |
|
|
from bus_deposit_fictitious bf |
|
|
left join bus_main_deposit bd on bd.sid = bf.depositBillSid |
|
|
left join bus_main_deposit bd on bd.sid = bf.depositBillSid |
|
|
left join bus_deposit bd2 on bf.depositBillSid = bd2.billSid |
|
|
left join bus_deposit bd2 on bf.depositBillSid = bd2.billSid |
|
|