forked from ddrilling/AsbCloudServer
refact
This commit is contained in:
parent
b9e0e60d6c
commit
7e2b1e56c8
@ -122,7 +122,7 @@ namespace AsbCloudInfrastructure.Repository
|
||||
}
|
||||
if (recordAllFloat.Any())
|
||||
{
|
||||
foreach (var record in recordAllStr)
|
||||
foreach (var record in recordAllFloat)
|
||||
{
|
||||
var existingDto = dtos
|
||||
.Where(r => r.Id == record.IdRecord)
|
||||
|
Loading…
Reference in New Issue
Block a user