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);