|
|
|
@ -9,7 +9,6 @@ |
|
|
|
|
<result column="invoiceCode" property="invoiceCode"/> |
|
|
|
|
<result column="invoiceNo" property="invoiceNo"/> |
|
|
|
|
<result column="invoiceType" property="invoiceType"/> |
|
|
|
|
|
|
|
|
|
<result column="gfName" property="gfName"/> |
|
|
|
|
<result column="gfTaxNo" property="gfTaxNo"/> |
|
|
|
|
<result column="xfName" property="xfName"/> |
|
|
|
@ -30,6 +29,14 @@ |
|
|
|
|
<result column="ele_invoice_no" property="eleInvoiceNo"/> |
|
|
|
|
<result column="bdk_yy" property="bdkYy"/> |
|
|
|
|
<result column="bdk_message" property="bdkMessage"/> |
|
|
|
|
<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="selectByFpbrz" parameterType="java.util.Map" |
|
|
|
@ -39,7 +46,8 @@ |
|
|
|
|
t.xf_name xfName,t.invoice_date invoiceDate,t.invoice_amount invoiceAmount,t.tax_amount taxAmount,t.rzh_yesorno |
|
|
|
|
rzhYesorno,t.auth_status authStatus,t.dept_name deptName, |
|
|
|
|
t.qs_status qsStatus,t.qs_date qsDate,t.qs_type qsType,t.invoice_type invoiceType,t.bdk_status |
|
|
|
|
bdkStatus,t.cxbdk_status cxbdkStatus,t.qs_name qsName,t.rzh_belong_date,t.ele_invoice_no,t.bdk_yy,t.bdk_message |
|
|
|
|
bdkStatus,t.cxbdk_status cxbdkStatus,t.qs_name qsName,t.rzh_belong_date,t.ele_invoice_no,t.bdk_yy,t.bdk_message, |
|
|
|
|
t.sn_voucher_number,t.posting_time,t.image_id,t.account_period,t.bzdh,t.bzr,t.inaccount_status,t.comp_code |
|
|
|
|
from t_dx_record_invoice t,t_dx_tax_current b |
|
|
|
|
where t.gf_tax_no = b.taxno and |
|
|
|
|
t.gf_tax_no in |
|
|
|
|