增加手工认证和认证查询导出字段

release
yishiqihuasheng 2 years ago
parent 2fa31d607c
commit e3458d958a
  1. 3
      dxhy-core/src/main/resources/mapper/FpZhMapper.xml

@ -36,6 +36,7 @@
<result column="voucher_number" property="voucherNumber"/> <result column="voucher_number" property="voucherNumber"/>
<result column="ele_invoice_no" property="eleInvoiceNo"/> <result column="ele_invoice_no" property="eleInvoiceNo"/>
<result column="bzdh" property="bzdh"/> <result column="bzdh" property="bzdh"/>
<result column="bzr" property="bzr"/>
<result column="inAccountStatus" property="inAccountStatus"/> <result column="inAccountStatus" property="inAccountStatus"/>
<result column="compCode" property="compCode"/> <result column="compCode" property="compCode"/>
</resultMap> </resultMap>
@ -83,7 +84,7 @@
select select
t.invoice_code,t.invoice_no,t.invoice_type,DATE_FORMAT(t.invoice_date,'%Y-%m-%d')kprq,t.gf_tax_no t.invoice_code,t.invoice_no,t.invoice_type,DATE_FORMAT(t.invoice_date,'%Y-%m-%d')kprq,t.gf_tax_no
gfsh,t.gf_name gfsh,t.gf_name
gfmc,t.dept_id deptId,t.dept_name deptName, gfmc,t.dept_id deptId,t.dept_name deptName,t.bzdh,t.bzr
t.xf_tax_no,t.xf_name,t.tax_amount,t.dk_tax_amount,t.invoice_status,t.invoice_amount, t.xf_tax_no,t.xf_name,t.tax_amount,t.dk_tax_amount,t.invoice_status,t.invoice_amount,
date_format(t.rzh_date,'%Y-%m-%d') rzh_date,date_format(t.qs_date, '%Y-%m-%d') date_format(t.rzh_date,'%Y-%m-%d') rzh_date,date_format(t.qs_date, '%Y-%m-%d')
qs_date,t.rzh_type, qs_date,t.rzh_type,

Loading…
Cancel
Save