From 84cfae47234c15838efb8422d135e77055bd2291 Mon Sep 17 00:00:00 2001 From: mahao Date: Wed, 27 Sep 2023 17:55:57 +0800 Subject: [PATCH] up --- .../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 1b81d1fd..16b380c4 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 @@ -211,7 +211,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ await _exChangeCenterDbContext.Set().AddAsync(teaTaskSub).ConfigureAwait(false); await _exChangeCenterDbContext.Set().AddRangeAsync(tedSaInvs).ConfigureAwait(false); - //invoiceGrp.State = SettleBillState.已提交QAD; + invoiceGrp.State = SettleBillState.已提交QAD; await _exChangeCenterDbContext.SaveChangesAsync().ConfigureAwait(false); var retryPolicyAsync = Policy.Handle().WaitAndRetryAsync(new[] {