Subject 和SubjectVisit 软删除
This commit is contained in:
@@ -38,15 +38,13 @@ namespace IRaCIS.Core.API._PipelineExtensions.Serilog
|
||||
else
|
||||
{
|
||||
|
||||
await _next.Invoke(context);
|
||||
var requestBodyPayload = await ReadRequestBody(context.Request);
|
||||
|
||||
//var requestBodyPayload = await ReadRequestBody(context.Request);
|
||||
|
||||
//using (LogContext.PushProperty("RequestBody", requestBodyPayload))
|
||||
//{
|
||||
// //await _next.Invoke()
|
||||
// await _next.Invoke(context);
|
||||
//}
|
||||
using (LogContext.PushProperty("RequestBody", requestBodyPayload))
|
||||
{
|
||||
//await _next.Invoke()
|
||||
await _next.Invoke(context);
|
||||
}
|
||||
}
|
||||
|
||||
//var request = context.Request;
|
||||
|
||||
Reference in New Issue
Block a user