修改一版

This commit is contained in:
he
2022-06-08 11:59:46 +08:00
parent 6f97e6051b
commit efcd3f03a3
2 changed files with 2 additions and 2 deletions
@@ -258,7 +258,7 @@ namespace IRaCIS.Application.Services
pageList.CurrentPageData.ForEach(x =>
{
x.SubjectVisitName = x.ReadingPeriodName == "Global" ? "末次访视" : x.SubjectVisitName;
x.SubjectVisitName = x.IsGlobal ? "末次访视" : x.SubjectVisitName;
});
return pageList;
}