Uat_Study
parent
bed0009e0e
commit
febc651f61
|
@ -37,12 +37,16 @@ namespace IRaCIS.Core.API._PipelineExtensions.Serilog
|
|||
}
|
||||
else
|
||||
{
|
||||
var requestBodyPayload = await ReadRequestBody(context.Request);
|
||||
|
||||
using (LogContext.PushProperty("RequestBody", requestBodyPayload))
|
||||
{
|
||||
//await _next.Invoke(context);
|
||||
}
|
||||
await _next.Invoke(context);
|
||||
|
||||
//var requestBodyPayload = await ReadRequestBody(context.Request);
|
||||
|
||||
//using (LogContext.PushProperty("RequestBody", requestBodyPayload))
|
||||
//{
|
||||
// //await _next.Invoke()
|
||||
// await _next.Invoke(context);
|
||||
//}
|
||||
}
|
||||
|
||||
//var request = context.Request;
|
||||
|
|
|
@ -917,7 +917,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
|||
}
|
||||
|
||||
// 移动不进去
|
||||
await _trialRepository.AddListInspectionRecordAsync(datas);
|
||||
//await _trialRepository.AddListInspectionRecordAsync(datas);
|
||||
await _repository.SaveChangesAsync();
|
||||
return ResponseOutput.Ok();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue