diff --git a/dxhy-core/src/main/java/com/dxhy/core/entity/TDxRecordInvoice.java b/dxhy-core/src/main/java/com/dxhy/core/entity/TDxRecordInvoice.java index e42f6283..72e05dd1 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/entity/TDxRecordInvoice.java +++ b/dxhy-core/src/main/java/com/dxhy/core/entity/TDxRecordInvoice.java @@ -434,7 +434,7 @@ public class TDxRecordInvoice implements Serializable { private String imageId; private String accountPeriod; private String compCode; - private String inaccountStatus; + private String inAccountStatus; private String bzdh; private String bzr; } diff --git a/dxhy-core/src/main/java/com/dxhy/core/model/ExceptionInvoiceVo.java b/dxhy-core/src/main/java/com/dxhy/core/model/ExceptionInvoiceVo.java index 674d6db3..f166ac80 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/model/ExceptionInvoiceVo.java +++ b/dxhy-core/src/main/java/com/dxhy/core/model/ExceptionInvoiceVo.java @@ -29,7 +29,7 @@ public class ExceptionInvoiceVo { private String imageId; private String accountPeriod; private String compCode; - private String inaccountStatus; + private String inAccountStatus; private String bzdh; private String bzr; } diff --git a/dxhy-core/src/main/java/com/dxhy/core/thread/CautionExportAnomalyThread.java b/dxhy-core/src/main/java/com/dxhy/core/thread/CautionExportAnomalyThread.java index 55646440..f6aa1c2d 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/thread/CautionExportAnomalyThread.java +++ b/dxhy-core/src/main/java/com/dxhy/core/thread/CautionExportAnomalyThread.java @@ -260,6 +260,22 @@ public class CautionExportAnomalyThread extends BaseThread { // 税额 vo.setTaxAmount(MathUtil.round(record.getTaxAmount().toPlainString())); + vo.setSnVoucherNumber(record.getSnVoucherNumber()); + + vo.setPostingTime(record.getPostingTime()); + + vo.setImageId(record.getImageId()); + + vo.setAccountPeriod(record.getAccountPeriod()); + + vo.setCompCode(record.getCompCode()); + + vo.setInAccountStatus(record.getInAccountStatus()); + + vo.setBzdh(record.getBzdh()); + + vo.setBzr(record.getBzr()); + dataList.add(vo); } diff --git a/dxhy-export-domestic/src/main/resources/mapper/DomesticRecordInvoiceMapper.xml b/dxhy-export-domestic/src/main/resources/mapper/DomesticRecordInvoiceMapper.xml index 994fbdf5..266a8842 100644 --- a/dxhy-export-domestic/src/main/resources/mapper/DomesticRecordInvoiceMapper.xml +++ b/dxhy-export-domestic/src/main/resources/mapper/DomesticRecordInvoiceMapper.xml @@ -1536,12 +1536,6 @@ and t.invoice_no = #{invoiceNo} - - and t.dept_id = #{deptId} - - - and t.dept_id is null - and t.xf_name like concat(#{sellerName},'%') @@ -1604,12 +1598,6 @@ test="authenticationPeople != null and authenticationPeople != '' and authenticationPeople != 'null'"> and t.gx_user_name like concat(#{authenticationPeople},'%') - - and t.dept_id = #{deptId} - - - and t.dept_id is null - and t.rzh_belong_date = #{currentPeriod} @@ -1655,12 +1643,6 @@ and t.invoice_no = #{invoiceNo} - - and t.dept_id = #{deptId} - - - and t.dept_id is null - and t.xf_name like concat(#{sellerName},'%') @@ -1724,12 +1706,6 @@ test="authenticationPeople != null and authenticationPeople != '' and authenticationPeople != 'null'"> and t.gx_user_name like concat(#{authenticationPeople},'%') - - and t.dept_id = #{deptId} - - - and t.dept_id is null - and t.rzh_belong_date = #{currentPeriod}