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)