diff --git a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs index 92703f5ca..31bdcdede 100644 --- a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs +++ b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs @@ -1334,7 +1334,7 @@ public class VisitTaskService(IRepository _visitTaskRepository, throw new BusinessValidationFailedException(_localizer["VisitTask_BackendData"]); } - _logger.LogError("重阅申请状态", (int)task.ReReadingApplyState); + _logger.LogError("重阅申请状态"+ (int)task.ReReadingApplyState); Console.WriteLine("重阅申请状态", (int)task.ReReadingApplyState); if (task.ReReadingApplyState == ReReadingApplyState.DocotorHaveApplyed || task.ReReadingApplyState == ReReadingApplyState.TrialGroupHaveApplyed || task.ReReadingApplyState == ReReadingApplyState.Agree) @@ -2123,7 +2123,7 @@ public class VisitTaskService(IRepository _visitTaskRepository, } else if (agreeReReadingCommand.RequestReReadingResultEnum == RequestReReadingResult.Reject) { - _logger.LogError("重阅驳回状态", (int)origenalTask.ReReadingApplyState); + _logger.LogError("重阅驳回状态"+ (int)origenalTask.ReReadingApplyState); if (origenalTask.ReReadingApplyState == ReReadingApplyState.DocotorHaveApplyed || origenalTask.ReReadingApplyState == ReReadingApplyState.TrialGroupHaveApplyed) { await _visitTaskRepository.UpdatePartialFromQueryAsync(t => t.Id == origenalTask.Id, u => new VisitTask()