修改一版
parent
56ee781b2e
commit
36cfd2540a
|
@ -1045,10 +1045,10 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
SODPercent = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.SODPercent).Sum(x => x.Answer.IsNullOrEmptyReturn0()),
|
SODPercent = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.SODPercent).Sum(x => x.Answer.IsNullOrEmptyReturn0()),
|
||||||
|
|
||||||
// SOD 百分比与基线期SOD相比减小≥30% bool
|
// SOD 百分比与基线期SOD相比减小≥30% bool
|
||||||
SODPercentBigger30 = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.SODPercent).Sum(x => x.Answer.IsNullOrEmptyReturn0()) >= 30,
|
SODPercentBigger30 = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.SODPercent).Sum(x => x.Answer.IsNullOrEmptyReturn0()) <=- 30,
|
||||||
|
|
||||||
// SOD 百分比 与基线期SOD相比减小<30% bool
|
// SOD 百分比 与基线期SOD相比减小<30% bool
|
||||||
SODPercentLess30 = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.SODPercent).Sum(x => x.Answer.IsNullOrEmptyReturn0()) < 30,
|
SODPercentLess30 = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.SODPercent).Sum(x => x.Answer.IsNullOrEmptyReturn0()) > -30,
|
||||||
|
|
||||||
// SOD 百分比 整体访视期间SOD最低点SOD相比增加<20%
|
// SOD 百分比 整体访视期间SOD最低点SOD相比增加<20%
|
||||||
LowPercentLess20 = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.LowPercent).Sum(x => x.Answer.IsNullOrEmptyReturn0()) < 20,
|
LowPercentLess20 = inDto.QuestionInfo.Where(x => x.QuestionType == QuestionType.LowPercent).Sum(x => x.Answer.IsNullOrEmptyReturn0()) < 20,
|
||||||
|
|
Loading…
Reference in New Issue