From d103ec300d0258f0e2b5e4944938c65da122f35c Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 14 Jan 2022 10:33:32 +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/Prices/PriceListAppServiceBJ.cs | 2 +- .../Entities/WMS/WMSHQHKanbanAppService.cs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/Prices/PriceListAppServiceBJ.cs b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/Prices/PriceListAppServiceBJ.cs index 7f209b49..23ba0c90 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/Prices/PriceListAppServiceBJ.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/Prices/PriceListAppServiceBJ.cs @@ -24,7 +24,7 @@ namespace Win.Sfs.SettleAccount.Entities.Prices /// 标准价格单-相关应用服务 /// [Authorize(SettleAccountPermissions.PriceLists.Default)] - [Route("api/SettleAccount/PriceList")] + [Route("api/SettleAccount/PriceListBJ")] public class PriceListAppServiceBJ : ApplicationService /*, IPriceListAppService*/ { diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQHKanbanAppService.cs b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQHKanbanAppService.cs index c0b4ac35..e8434bc5 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQHKanbanAppService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/WMS/WMSHQHKanbanAppService.cs @@ -451,8 +451,6 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts _lsCopy.Add(_detail); } _lst.AddRange(_lsCopy.ToArray()); - - var outPutDetail = await _wmsRepository.Where(p => p.Version == version).ToListAsync();