修改mapper文件

release
yishiqihuasheng 2 years ago
parent 7c129ff9ff
commit 6cecebd9e8
  1. 8
      dxhy-extend/src/main/java/com/dxhy/extend/entity/JkszhcxRespVO.java
  2. 2
      dxhy-extend/src/main/resources/mapper/CustomsMapper.xml

@ -142,6 +142,14 @@ public class JkszhcxRespVO {
*/
private String customsScanId;
private String postingTime;
private String imageId;
private String accountPeriod;
private String snVoucherNumber;
private String payerOneTaxno;
private String payerOneName;
private String payerTwoTaxno;

@ -49,7 +49,7 @@
DATE_FORMAT(t.qs_date,'%Y-%m-%d') qs_date,t.qs_type,t.qs_user,DATE_FORMAT(t.rzh_date,'%Y-%m-%d')
rzh_date, t.rzh_yesorno,t.auth_status,t.bdk_status,t.confirm_user,t.rzh_belong_date,t.glzt,
t.customs_scan_id,t.dept_name businessName,t.in_account_status,t.voucher_number,t.document_number,t.in_account_date,rzh_type,rzlx,t.create_date,
data_sources
data_sources,t.image_id,t.posting_time,t.account_period
from t_dx_customs_record t
where export_mark = '0' and t.gf_tax_no in
<foreach close=")" collection="gfsh" index="index" item="item" open="(" separator=",">

Loading…
Cancel
Save