This commit is contained in:
he
2023-05-31 16:33:33 +08:00
parent 419453a8c5
commit 2b766e216c
2 changed files with 6 additions and 1 deletions
@@ -11,6 +11,7 @@ using Microsoft.Extensions.Logging;
using IRaCIS.Core.Infrastructure;
using MassTransit;
using System.Linq;
using System.Text;
namespace IRaCIS.Core.Application.Service.ReadingCalculate
{
@@ -2590,7 +2591,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
builder.AppendLine($"【触发iRECIST后新病灶评估】:【{inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.IRECISTNewTargetLesion).Select(x => x.Answer).FirstIsNullReturnEmpty()}】");
_logger.LogError(builder.ToString());
)
}