Uat_Study
parent
874a96cbc2
commit
8b3b59c40d
|
@ -119,7 +119,6 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
|||
ParentJson = leftparent.JsonDetail,
|
||||
VisitName = data.SubjectVisitName,
|
||||
CreateUser = leftuser.UserName,
|
||||
|
||||
UserFirstName = leftuser.FirstName,
|
||||
UserLastName = leftuser.LastName,
|
||||
//SubjectCode=leftsubject.Code,
|
||||
|
@ -162,7 +161,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
|||
return await query.ToPagedListAsync(dto.PageIndex, dto.PageSize, "CreateTime", dto.Asc);
|
||||
}
|
||||
|
||||
|
||||
//public async Task<string>
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
@ -322,6 +321,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
|||
}
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 批量添加稽查记录
|
||||
/// </summary>
|
||||
|
|
|
@ -308,6 +308,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
return ResponseOutput.Ok(sv);
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 手动设置一致性核查通过
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue