|
|
|
@ -23,6 +23,14 @@ |
|
|
|
|
<result column="xf_name" property="xfName"/> |
|
|
|
|
<result column="remark" property="remark"/> |
|
|
|
|
<result column="voucher_number" property="voucherNumber"/> |
|
|
|
|
<result column="sn_voucher_number" property="snVoucherNumber"/> |
|
|
|
|
<result column="posting_time" property="postingTime"/> |
|
|
|
|
<result column="image_id" property="imageNumber"/> |
|
|
|
|
<result column="account_period" property="accountPeriod"/> |
|
|
|
|
<result column="bzdh" property="bzdh"/> |
|
|
|
|
<result column="bzr" property="bzr"/> |
|
|
|
|
<result column="inaccount_status" property="inAccountStatus"/> |
|
|
|
|
<result column="comp_code" property="compCode"/> |
|
|
|
|
</resultMap> |
|
|
|
|
|
|
|
|
|
<select id="selectQsfpList" parameterType="java.util.Map" |
|
|
|
@ -30,7 +38,8 @@ |
|
|
|
|
SELECT |
|
|
|
|
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 |
|
|
|
|
,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 left join t_dx_record_invoice r on t.uuid = r.uuid |
|
|
|
|
WHERE t.valid = '1' |
|
|
|
|
<if test="qsNameFlag == null"> |
|
|
|
|