Test.EIImageViewer
he 2023-01-17 17:09:54 +08:00
parent c1f87bb410
commit 332f020662
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ namespace IRaCIS.Application.Services
&& x.IsSelfAnalysis == taskInfo.IsSelfAnalysis && x.TaskState == TaskState.Effect && x.DoctorUserId != taskInfo.DoctorUserId
).Select(x => x.Id).FirstOrDefaultAsync();
result.TaskBlandName = taskInfo.TaskBlindName;
result.TaskBlindName = taskInfo.TaskBlindName;
if (taskInfo.IsAnalysisCreate)
{
result.SubjectCode = taskInfo.BlindSubjectCode;