release
yishiqihuasheng 2 years ago
parent cfb82f02e1
commit fce392a724
  1. 2
      dxhy-core/src/main/java/com/dxhy/core/model/ExceptionInvoiceVo.java
  2. 2
      dxhy-core/src/main/java/com/dxhy/core/thread/CautionExportAnomalyThread.java

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

@ -264,7 +264,7 @@ public class CautionExportAnomalyThread extends BaseThread {
vo.setPostingTime(record.getPostingTime());
vo.setImageId(record.getImageId());
vo.setImageNumber(record.getImageId());
vo.setAccountPeriod(record.getAccountPeriod());

Loading…
Cancel
Save