From 36a8c0b4a79e0b3e9e4521697fdbecf1b9574e20 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 11 Feb 2022 16:54:50 +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 --- .../Entities/WMS/WMSKanbanExtendAppService.cs | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSKanbanExtendAppService.cs b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSKanbanExtendAppService.cs index 6f0b32aa..4a767a8f 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSKanbanExtendAppService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSKanbanExtendAppService.cs @@ -225,19 +225,19 @@ namespace Win.Sfs.SettleAccount.Entities.WMS public async Task WmsKanbanOutPut(WmsJitRequestDto input) { - var _count1 = _wmsVersionRepository.Count(p => p.Version == input.Version); - if (_count1 > 0) - { - var checkList = new List(); + //var _count1 = _wmsVersionRepository.Count(p => p.Version == input.Version); + //if (_count1 > 0) + //{ + // var checkList = new List(); - checkList.Add(new ErrorExportDto() { Message = "有重复期间数据" }); + // checkList.Add(new ErrorExportDto() { Message = "有重复期间数据" }); - if (checkList.Count > 0) - { + // if (checkList.Count > 0) + // { - return await ExportErrorReportAsync(checkList); - } - } + // return await ExportErrorReportAsync(checkList); + // } + //} var _billNum = "KA" + DateTime.Now.ToString("yyyyMMddhhmmss");