This commit is contained in:
eugeniy_ivanov 2023-04-11 07:05:07 +05:00
parent b9e0e60d6c
commit 7e2b1e56c8

View File

@ -122,7 +122,7 @@ namespace AsbCloudInfrastructure.Repository
} }
if (recordAllFloat.Any()) if (recordAllFloat.Any())
{ {
foreach (var record in recordAllStr) foreach (var record in recordAllFloat)
{ {
var existingDto = dtos var existingDto = dtos
.Where(r => r.Id == record.IdRecord) .Where(r => r.Id == record.IdRecord)