фикс фикса фикса^2?
This commit is contained in:
parent
3265c51840
commit
5f3b2769f5
@ -62,7 +62,6 @@ namespace SoftwareInstallationListImplement.Models
|
||||
PackageId = PackageId,
|
||||
ClientId = ClientId,
|
||||
ImplementerId = ImplementerId,
|
||||
ImplementerFIO = DataListSingleton.GetInstance().Implementers.FirstOrDefault(x => x.Id == ImplementerId)?.ImplementerFIO ?? string.Empty,
|
||||
Count = Count,
|
||||
Sum = Sum,
|
||||
Status = Status,
|
||||
|
@ -137,6 +137,14 @@ namespace SoftwareInstallationListImplement.Implements
|
||||
break;
|
||||
}
|
||||
}
|
||||
foreach (var implement in _source.Implementers)
|
||||
{
|
||||
if (implement.Id == res.ImplementerId)
|
||||
{
|
||||
res.ClientFIO = implement.ImplementerFIO;
|
||||
break;
|
||||
}
|
||||
}
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user