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