Browse Source

更新版本

master
学 赵 2 years ago
parent
commit
cf804d371a
  1. 2
      src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/Prices/PriceListManager.cs

2
src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/Prices/PriceListManager.cs

@ -106,7 +106,7 @@ namespace Win.Sfs.SettleAccount.Entities.Prices
if (update!=nul l&& update.Count() > 0)
if (update!=null&& update.Count() > 0)
{
await _repository.GetDbContext().BulkUpdateAsync(update.ToList());

Loading…
Cancel
Save