diff --git a/dxhy-erp/src/main/java/com/dxhy/erp/controller/SDNYMainProcessController.java b/dxhy-erp/src/main/java/com/dxhy/erp/controller/SDNYMainProcessController.java index f4d63859..a954c619 100644 --- a/dxhy-erp/src/main/java/com/dxhy/erp/controller/SDNYMainProcessController.java +++ b/dxhy-erp/src/main/java/com/dxhy/erp/controller/SDNYMainProcessController.java @@ -1013,7 +1013,7 @@ public class SDNYMainProcessController extends AbstractController { //可查验发票, log.info("发票类型为:{}",snInvoice.getInvoiceType()); //0608 区块链发票 并且 checkStatus = 3 的时候 提交sap状态为3(刘振和谈楚才提出需求) - if("10".equals(snInvoice.getInvoiceType()) && "3".equals(snInvoice.getCheckStaus())){ + if("10".equals(snInvoice.getInvoiceType()) && "3".equals(snInvoice.getCheckStatus())){ log.info("区块链发票 传输状态checkStatus = 3"); info.setZCYZT("3"); }else { diff --git a/dxhy-extend/src/main/resources/mapper/ExtJxssbbMapper.xml b/dxhy-extend/src/main/resources/mapper/ExtJxssbbMapper.xml index 11a9b730..858970a9 100644 --- a/dxhy-extend/src/main/resources/mapper/ExtJxssbbMapper.xml +++ b/dxhy-extend/src/main/resources/mapper/ExtJxssbbMapper.xml @@ -14,7 +14,7 @@ ifnull(sum(dk_tax_amount), 0) totalTax FROM t_dx_record_invoice WHERE valid='1' - and (invoice_type in('01','03','08','14','31','283','161','183','185') or (invoice_type ='32' and t.lq_tdyslxDm='08')) + and (invoice_type in('01','03','08','14','31','283','161','183','185') or (invoice_type ='32' and lq_tdyslxDm='08')) AND invoice_status='0' AND rzh_yesorno='1' @@ -57,7 +57,7 @@