修改专项检查
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user