|
@ -82,9 +82,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Managers |
|
|
{ |
|
|
{ |
|
|
priceErrors = await _service.CheckPriceList(notlist); |
|
|
priceErrors = await _service.CheckPriceList(notlist); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (priceErrors.Count > 0) |
|
|
if (priceErrors.Count > 0) |
|
|
{ |
|
|
{ |
|
|
foreach (var itm in priceErrors) |
|
|
foreach (var itm in priceErrors) |
|
@ -170,13 +167,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Managers |
|
|
await _notRepository.DbContext.BulkDeleteAsync(p_list); |
|
|
await _notRepository.DbContext.BulkDeleteAsync(p_list); |
|
|
await _repository.DbContext.BulkInsertAsync(new List<PUB_CAN_SA>() { _entity }); |
|
|
await _repository.DbContext.BulkInsertAsync(new List<PUB_CAN_SA>() { _entity }); |
|
|
await _repository.DbContext.BulkInsertAsync(_entityList); |
|
|
await _repository.DbContext.BulkInsertAsync(_entityList); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return errors; |
|
|
return errors; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|