Compare commits
No commits in common. "da145ddfc2e406f840dfbf1cf667a4a626387175" and "c3fbb4e6f6f2a5fe58b4e554515d5accb63a0616" have entirely different histories.
da145ddfc2
...
c3fbb4e6f6
@ -5340,14 +5340,6 @@ namespace APT.PP.WebApi.Controllers.Api
|
|||||||
}
|
}
|
||||||
if (detailContents != null && detailContents.Any())
|
if (detailContents != null && detailContents.Any())
|
||||||
{
|
{
|
||||||
foreach (var item in contents)
|
|
||||||
{
|
|
||||||
var detailLib = libraryDetails.FirstOrDefault(t => t.ID == item.ENTERPRISE_LIBRARY_DETAIL_ID);
|
|
||||||
var lib = librarys.FirstOrDefault(t => t.ID == detailLib?.ENTERPRISE_LIBRARY_ID);
|
|
||||||
item.RISK_NAME = lib?.RISK_NAME;
|
|
||||||
item.AREA_ID = lib?.AREA_ID;
|
|
||||||
item.Nav_Area = lib?.Nav_Area;
|
|
||||||
}
|
|
||||||
foreach (var item in detailContents)
|
foreach (var item in detailContents)
|
||||||
{
|
{
|
||||||
if (checkTypeIds != null && checkTypeIds.Any() && item.CHECK_TYPE_ID != null && checkTypeIds.Contains((Guid)item.CHECK_TYPE_ID))
|
if (checkTypeIds != null && checkTypeIds.Any() && item.CHECK_TYPE_ID != null && checkTypeIds.Contains((Guid)item.CHECK_TYPE_ID))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user