Merge remote-tracking branch 'origin/0803-add_column' into release

release
wangrangrang 2 years ago
commit 629c462936
  1. 1
      dxhy-core/src/main/java/com/dxhy/core/model/BbfpzhcxRespVO.java
  2. 3
      dxhy-core/src/main/resources/mapper/BbfpzhMapper.xml

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

@ -42,6 +42,7 @@
<result column="posting_time" property="postingTime"/> <result column="posting_time" property="postingTime"/>
<result column="image_id" property="imageNumber"/> <result column="image_id" property="imageNumber"/>
<result column="account_period" property="accountPeriod"/> <result column="account_period" property="accountPeriod"/>
<result column="comp_code" property="compCode"/>
</resultMap> </resultMap>
<resultMap id="BbfpzhcxhjResultMap" <resultMap id="BbfpzhcxhjResultMap"
@ -63,7 +64,7 @@
t.invoice_type , t.dept_name deptName,t.glzt t.invoice_type , t.dept_name deptName,t.glzt
glzt,t.bdk_status,t.in_account_status,t.settle_source, glzt,t.bdk_status,t.in_account_status,t.settle_source,
t.settlement_no, t.settlement_no,
t.settlement_status,t.voucher_number,t.total_amount t.settlement_status,t.voucher_number,t.total_amount,t.comp_code
from t_dx_record_invoice t from t_dx_record_invoice t
WHERE t.invoice_date between #{kpksrq} and #{kpjsrq} WHERE t.invoice_date between #{kpksrq} and #{kpjsrq}
and t.company = #{company} and t.company = #{company}

Loading…
Cancel
Save