ariesy 退税认证-去除business_name业务单元字段

release
yefei 2 years ago
parent 9b71600239
commit cc0126b0c4
  1. 8
      dxhy-export-domestic/src/main/resources/mapper/DomesticRecordInvoiceMapper.xml

@ -2013,20 +2013,20 @@
<sql id="Authentication_Column_List">
t.id,invoice_code,invoice_no,invoice_type,invoice_status,date_format(invoice_date,'%Y-%m-%d') invoice_date ,gf_name,xf_name,invoice_amount,tax_amount,qs_status,date_format(qs_date,'%Y-%m-%d') qs_date,qs_type,qs_name,business_name
t.id,invoice_code,invoice_no,invoice_type,invoice_status,date_format(invoice_date,'%Y-%m-%d') invoice_date ,gf_name,xf_name,invoice_amount,tax_amount,qs_status,date_format(qs_date,'%Y-%m-%d') qs_date,qs_type,qs_name
</sql>
<sql id="Authentication_Column_List_Oracle">
t.id,invoice_code,invoice_no,invoice_type,invoice_status,to_char(invoice_date,'yyyy-MM-dd') invoice_date ,gf_name,xf_name,invoice_amount,tax_amount,qs_status,to_char(qs_date,'yyyy-MM-dd') qs_date,qs_type,qs_name,business_name
t.id,invoice_code,invoice_no,invoice_type,invoice_status,to_char(invoice_date,'yyyy-MM-dd') invoice_date ,gf_name,xf_name,invoice_amount,tax_amount,qs_status,to_char(qs_date,'yyyy-MM-dd') qs_date,qs_type,qs_name
</sql>
<sql id="Authentication_Check_Column_List">
t.id,invoice_code,invoice_no,invoice_type,invoice_status,DATE_FORMAT(invoice_date,'%Y-%m-%d') invoice_date,gf_tax_no,gf_name,xf_tax_no,xf_name,invoice_amount,tax_amount,qs_status,date_format(qs_date,'%Y-%m-%d') qs_date,qs_type,qs_name,date_format(rzh_date,'%Y-%m-%d') rzh_date,rzh_yesorno,auth_status,rzlx,gx_user_name,rzh_belong_date,business_name
t.id,invoice_code,invoice_no,invoice_type,invoice_status,DATE_FORMAT(invoice_date,'%Y-%m-%d') invoice_date,gf_tax_no,gf_name,xf_tax_no,xf_name,invoice_amount,tax_amount,qs_status,date_format(qs_date,'%Y-%m-%d') qs_date,qs_type,qs_name,date_format(rzh_date,'%Y-%m-%d') rzh_date,rzh_yesorno,auth_status,rzlx,gx_user_name,rzh_belong_date
</sql>
<sql id="Authentication_Check_Column_List_Oracle">
t.id,invoice_code,invoice_no,invoice_type,invoice_status,to_char(invoice_date,'yyyy-MM-dd') invoice_date,gf_tax_no,gf_name,xf_tax_no,xf_name,invoice_amount,tax_amount,qs_status,to_char(qs_date,'yyyy-MM-dd') qs_date,qs_type,qs_name,to_char(rzh_date,'yyyy-MM-dd') rzh_date,rzh_yesorno,auth_status,rzlx,gx_user_name,rzh_belong_date,business_name
t.id,invoice_code,invoice_no,invoice_type,invoice_status,to_char(invoice_date,'yyyy-MM-dd') invoice_date,gf_tax_no,gf_name,xf_tax_no,xf_name,invoice_amount,tax_amount,qs_status,to_char(qs_date,'yyyy-MM-dd') qs_date,qs_type,qs_name,to_char(rzh_date,'yyyy-MM-dd') rzh_date,rzh_yesorno,auth_status,rzlx,gx_user_name,rzh_belong_date
</sql>
<update databaseId="mysql" id="updateByPrimaryKeySelective"
parameterType="com.dxhy.domestic.entity.TdxRecordInvoice">

Loading…
Cancel
Save