Uat_Study
he 2022-04-22 17:38:27 +08:00
parent 874a96cbc2
commit 8b3b59c40d
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -308,6 +308,7 @@ namespace IRaCIS.Core.Application.Image.QA
return ResponseOutput.Ok(sv);
}
/// <summary>
/// 手动设置一致性核查通过
/// </summary>