This commit is contained in:
he
2022-05-26 10:24:50 +08:00
parent 6fbca07626
commit 8dbaf7dade
2 changed files with 18 additions and 6 deletions
@@ -703,6 +703,18 @@ namespace IRaCIS.Core.Application.Image.QA
}
//new()
//{
// TrialId = trialId,
// CreateTime = DateTime.Now,
// FileName = fileName,
// FilePath = filePath,
// CreateUser =
// RelativePaths = filePath.Replace(rootPath, "");
//};
await _mediator.Send(new ConsistencyVerificationRequest() { ETCList = etcCheckList, TrialId = trialId });
return ResponseOutput.Ok();