修改mapper文件

release
yishiqihuasheng 2 years ago
parent afbb5723e0
commit f2fbc7fae2
  1. 2
      dxhy-base/src/main/java/com/dxhy/base/model/BaseFpRzRespVO.java
  2. 2
      dxhy-base/src/main/resources/mapper/BaseFpZhMapper.xml

@ -202,5 +202,7 @@ public class BaseFpRzRespVO implements Serializable {
private Date postingTime;
//影像号 SN
private String imageNumber;
private String imageId;
private String rzhDate;
}

@ -54,7 +54,7 @@
select
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,t.image_id,t.rzh_date,
gfmc,t.dept_id deptId,t.dept_name deptName,
t.gfmc,t.dept_id deptId,t.dept_name deptName,
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') qs_date,t.rzh_type,t.id id,
t.gx_user_name,t.rzh_belong_date

Loading…
Cancel
Save