|
@@ -58,7 +58,7 @@ namespace Hotline.Application.Quality
|
|
|
await AddQualityAsync(quality, cancellationToken);
|
|
|
else
|
|
|
{
|
|
|
- if (Source == EQualitySource.Visit) await _qualityRepository.Updateable().UpdateColumns(x => x.VisitId == VisitId).Where(x => x.OrderId == OrderId && x.Source == Source).ExecuteCommandAsync();
|
|
|
+ if (Source == EQualitySource.Visit) await _qualityRepository.Updateable().SetColumns(x => x.VisitId == VisitId).Where(x => x.OrderId == OrderId && x.Source == Source).ExecuteCommandAsync();
|
|
|
}
|
|
|
}
|
|
|
|