This commit is contained in:
2022-08-04 17:58:26 +08:00
parent f67e3cd49e
commit 84d01ff4bd
@@ -353,10 +353,7 @@ namespace IRaCIS.Core.API.Controllers
studyMonitor.Note = JsonConvert.SerializeObject(new { Message=e.Message,Result= archiveResult });
_logger.LogError(e.Message + e.StackTrace);
return ResponseOutput.NotOk(e.Message, ApiResponseCodeEnum.ProgramException);
}
finally
{