NC501 通过应收应付单号查凭证号
select b.no from dap_finindex a left outer join gl_voucher b on a.pk_vouchentry = b.pk_voucher where billcode = 'YS130613001065'
?