From 68353b9e7b7304b14c87e3148e999cea906cdb03 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 25 Oct 2024 14:36:09 +0800 Subject: [PATCH] x --- .../Service/Allocation/VisitTaskService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()