This commit is contained in:
he
2022-05-05 19:02:20 +08:00
parent bed0009e0e
commit febc651f61
2 changed files with 10 additions and 6 deletions
@@ -917,7 +917,7 @@ namespace IRaCIS.Core.Application.Image.QA
}
// 移动不进去
await _trialRepository.AddListInspectionRecordAsync(datas);
//await _trialRepository.AddListInspectionRecordAsync(datas);
await _repository.SaveChangesAsync();
return ResponseOutput.Ok();
}