|
@ -274,7 +274,7 @@ namespace Win.Sfs.SettleAccount.Entities.Prices |
|
|
if(add!=null && add.Count()>0) |
|
|
if(add!=null && add.Count()>0) |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
await _repository.GetDbContext().BulkInsertAsync<PriceListBJ>(add.ToList()); |
|
|
await _repository.GetDbContext().BulkInsertAsync(add.ToList()); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
var _first = _versionRepository.FirstOrDefault(p => p.Version == version); |
|
|
var _first = _versionRepository.FirstOrDefault(p => p.Version == version); |
|
|