ariesy 出口转内销缴款书认证查询

release
yefei 2 years ago
parent 6fb1ddc4f2
commit 9056297c03
  1. 1
      dxhy-core/src/main/java/com/dxhy/core/model/BbycfpcxRespVO.java
  2. 2
      dxhy-core/src/main/java/com/dxhy/core/model/ExportCustomsRzcxVO.java
  3. 10
      dxhy-core/src/main/resources/mapper/BbycfpcxMapper.xml
  4. 2
      dxhy-core/src/main/resources/mapper/TDxExportCustomsDao.xml
  5. 1
      dxhy-extend/src/main/java/com/dxhy/extend/model/ExtBbycfpcxRespVO.java
  6. 8
      dxhy-extend/src/main/resources/mapper/ExtBbycfpcxMapper.xml

@ -99,6 +99,7 @@ public class BbycfpcxRespVO implements Serializable {
private String bzdh;
private String bzr;
private String imageNumber;
private String compCode;
private String snVoucherNumber;
private String accountPeriod;
private String postingTime;

@ -35,7 +35,7 @@ public class ExportCustomsRzcxVO {
private String snVoucherNumber;
private String postingTime;
private String imageId;
private String imageNumber;
private String accountPeriod;
private String compCode;
private String inAccountStatus;

@ -28,6 +28,14 @@
<result column="qsrq" property="qsrq"/>
<result column="qsr" property="qsr"/>
<result column="dept_name" property="businessName"/>
<result column="sn_voucher_number" property="snVoucherNumber"/>
<result column="account_period" property="accountPeriod"/>
<result column="posting_time" property="postingTime"/>
<result column="image_id" property="imageNumber"/>
<result column="comp_code" property="compCode"/>
<result column="image_id" property="imageNumber"/>
<result column="bzdh" property="bzdh"/>
<result column="bzr" property="bzr"/>
</resultMap>
<resultMap id="BbycfpcxhjResultMap"
@ -45,7 +53,7 @@
t.xf_tax_no xfsh,t.xf_name xfmc,t.tax_amount se,t.invoice_amount je,DATE_FORMAT(t.qs_date,'%Y-%m-%d') qsrq,
t.qs_status qszt,t.qs_name qsr, t.invoice_status yczt,DATE_FORMAT(t.status_update_date,'%Y-%m-%d') ycsj ,
DATE_FORMAT(t.rzh_date,'%Y-%m-%d') rzsj,t.rzh_yesorno rzzt,t.auth_status rzclzt,t.bdk_status
rzlx,t.rzh_belong_date skssq,dept_name
rzlx,t.rzh_belong_date skssq,dept_name,t.sn_voucher_number,t.account_period,t.posting_time,t.image_id,t.comp_code,t.bzdh,t.bzr
from t_dx_record_invoice t
WHERE t.invoice_status != '0'
and t.invoice_type in ('01','03','08','14','31')

@ -174,7 +174,7 @@
p.cxrz_status as cxrzStatus,
p.sn_voucher_number as snVoucherNumber,
p.posting_time as postingTime,
p.image_id as imageId,
p.image_id as imageNumber,
p.account_period as account_period,
p.bzdh,
p.bzr,

@ -114,6 +114,7 @@ public class ExtBbycfpcxRespVO implements Serializable {
private String imageNumber;
private String accountPeriod;
private String postingTime;
private String compCode;
private String bzr;
public ExtBbycfpcxRespVO() {}

@ -33,6 +33,14 @@
<result column="rzlx" property="rzlx"/>
<result column="skssq" property="skssq"/>
<result column="dept_name" property="businessName"/>
<result column="sn_voucher_number" property="snVoucherNumber"/>
<result column="account_period" property="accountPeriod"/>
<result column="posting_time" property="postingTime"/>
<result column="image_id" property="imageNumber"/>
<result column="comp_code" property="compCode"/>
<result column="image_id" property="imageNumber"/>
<result column="bzdh" property="bzdh"/>
<result column="bzr" property="bzr"/>
</resultMap>
<resultMap id="BbycfpcxhjResultMap"

Loading…
Cancel
Save