From 97a9108075395b4b1729a463ae4863e1e6d1fff6 Mon Sep 17 00:00:00 2001 From: mahao Date: Thu, 12 Oct 2023 09:48:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E5=86=B2=E5=8F=91=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs index f5f2a7dc..82f4a8e4 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs @@ -233,7 +233,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ private async Task SubmitToQadHongChong(string invbillNum) { var invoiceGrp = _settleAccountDbContext.Set() - .Where(t => t.State == SettleBillState.已提交QAD) + .Where(t => t.State == SettleBillState.红冲发票) .Where(t => t.InvbillNum == invbillNum) .FirstOrDefault(); if (invoiceGrp == null)