From b9c28c01c094e1efaa159525732a9e274d4720c8 Mon Sep 17 00:00:00 2001 From: zhaoxinyu Date: Fri, 5 Jan 2024 11:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs | 4 ---- .../Entities/BQ/Syncs/JisBBACSeEdiCompareAppService.cs | 4 ---- 2 files changed, 8 deletions(-) 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 65c90274..7494cb3a 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 @@ -514,11 +514,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ //var line2 = tedsaInvs1.FirstOrDefault(p => p.LINE == "2"); ////line2.InvoiceTaxAmount += invdiff; //line1.InvoiceTaxAmount += invdiff; - - - //红冲发票提交QAD - await _exChangeCenterDbContext.BulkInsertAsync(new List() { teaTaskSub }).ConfigureAwait(false); foreach (var itm in tedsaInvs1) { diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/JisBBACSeEdiCompareAppService.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/JisBBACSeEdiCompareAppService.cs index 13a2cb59..af2ef9d8 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/JisBBACSeEdiCompareAppService.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/JisBBACSeEdiCompareAppService.cs @@ -43,9 +43,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Syncs { using var serviceScope = _serviceProvider.CreateScope(); var db = serviceScope.ServiceProvider.GetRequiredService(); - - - await HandDelEdiDataAsync().ConfigureAwait(false); var seDetailGroup = db.Set() @@ -57,7 +54,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Syncs .Where(t => t.IsDeleted == false && t.IsHaveSeData == false) .GroupBy(t => new { t.PN, t.CustomerPartCodeNoSpace }) .Select(t => t.Key); - var keyCodes = (from se in seDetailGroup from edi in ediDetailGroup where se.PN == edi.PN && se.CustomerPartCodeNoSpace == edi.CustomerPartCodeNoSpace