修改专项检查

This commit is contained in:
2023-09-06 09:31:03 +08:00
parent f7e17a792a
commit 6d2127484f
6 changed files with 566 additions and 45 deletions
@@ -234,6 +234,10 @@ namespace BLL
CompleteStatusName = x.CompleteStatus == true ? "已整改" : "待整改",
CompletedDate = string.Format("{0:yyyy-MM-dd}", x.CompletedDate),
AttachUrl1 = APIUpLoadFileService.getFileUrl(x.CheckSpecialDetailId, null),
CheckItemDetailSetId = x.CheckItemSetId,
CheckItemDetailContent = x.CheckItemSetContent,
Rectification_Date = x.Rectification_Date
};
return getInfo.ToList();
}