|
|
|
@ -31,7 +31,7 @@ |
|
|
|
|
t.id,t.notes,t.qs_type,t.gf_name,t.xf_name,t.qs_status,t.qs_date,t.user_name,t.invoice_code,t.invoice_no |
|
|
|
|
,t.ele_invoice_no,t.invoice_type,t.uuid,t.invoice_date,t.invoice_amount,t.tax_amount,t.dept_id,t.dept_name |
|
|
|
|
,t.scan_id,t.remark,t.gf_tax_no,t.xf_tax_no,t.create_date,t.total_amount,t.voucher_number,r.sn_voucher_number,r.posting_time,r.image_id,r.account_period,r.bzdh,bzr,r.inaccount_status,r.comp_code |
|
|
|
|
from t_dx_invoice t inner join t_dx_record_invoice r on t.uuid = r.uuid |
|
|
|
|
from t_dx_invoice t left join t_dx_record_invoice r on t.uuid = r.uuid |
|
|
|
|
WHERE t.valid = '1' |
|
|
|
|
<if test="qsNameFlag == null"> |
|
|
|
|
and t.user_account = #{userid} |
|
|
|
|