Compare commits

..

No commits in common. "67dbf7c70195c15528559e3850edff465bdf66a4" and "75b3a60ca62c3a285e1c0a888d089eba1e393ee2" have entirely different histories.

2 changed files with 1 additions and 21 deletions

View File

@ -17566,26 +17566,6 @@
医院
</summary>
</member>
<member name="P:IRaCIS.Application.Contracts.EmploymentInfo.UniversityAffiliated">
<summary>
大学
</summary>
</member>
<member name="P:IRaCIS.Application.Contracts.EmploymentInfo.UniversityAffiliatedCN">
<summary>
大学
</summary>
</member>
<member name="P:IRaCIS.Application.Contracts.EmploymentInfo.HospitalName">
<summary>
医院
</summary>
</member>
<member name="P:IRaCIS.Application.Contracts.EmploymentInfo.HospitalNameCN">
<summary>
医院
</summary>
</member>
<member name="P:IRaCIS.Application.Contracts.AddDoctorCriterionFileDto.FileName">
<summary>
文件名称

View File

@ -602,7 +602,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
var tableQuestionList = rowInfo.Where(x=>x.TableQuestionList.Any(x=>x.QuestionMark== QuestionMark.IsMeasurable && x.Answer.EqEnum(YesOrNoOrNa.Yes))).SelectMany(x => x.TableQuestionList).ToList();
if (rowInfo.Where(x => x.TableQuestionList.Any(x => x.QuestionMark == QuestionMark.AverageValue && x.Answer.IsNullOrEmpty())).SelectMany(x => x.TableQuestionList).ToList().Count() == 8)
if (rowInfo.Where(x => x.TableQuestionList.Any(x => x.QuestionMark == QuestionMark.AverageValue && x.Answer.IsNotNullOrEmpty())).SelectMany(x => x.TableQuestionList).ToList().Count() != 8)
{
return string.Empty;
}