From 40193d133fe7e26c151537dc0904f5f950418080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=20=E8=B5=B5?= <89237069@qq.com> Date: Mon, 16 Jan 2023 16:55:23 +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.Domain/Entities/Prices/PriceListManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/Prices/PriceListManager.cs b/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/Prices/PriceListManager.cs index 2f4324c0..3657f3b7 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/Prices/PriceListManager.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/Prices/PriceListManager.cs @@ -274,7 +274,7 @@ namespace Win.Sfs.SettleAccount.Entities.Prices if(add!=null && add.Count()>0) { - await _repository.GetDbContext().BulkInsertAsync(add.ToList()); + await _repository.GetDbContext().BulkInsertAsync(add.ToList()); } var _first = _versionRepository.FirstOrDefault(p => p.Version == version);