修改入组报告
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-04 13:58:36 +08:00
parent df54375e6d
commit d4dc00804b
@@ -1086,6 +1086,7 @@ namespace IRaCIS.Core.Application.Service
x.ReadingTableQuestionTrial.QuestionMark == QuestionMark.State && x.ReadingQuestionTrial.LesionType == LesionType.TargetLesion))
{
enrollAnswer = _userInfo.IsEn_Us ? "Yes" : "是";
isEnroll = true;
}
break;
@@ -1099,6 +1100,7 @@ x.ReadingTableQuestionTrial.QuestionMark == QuestionMark.LesionNumber && x.Readi
if (exists)
{
enrollAnswer = _userInfo.IsEn_Us ? "Yes" : "是";
isEnroll = true;
}
break;