修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
8a20051436
commit
b2ba48ea90
|
@ -593,6 +593,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
public async Task<decimal> GetFatFractionAvg(ReadingCalculateDto inDto)
|
public async Task<decimal> GetFatFractionAvg(ReadingCalculateDto inDto)
|
||||||
{
|
{
|
||||||
decimal result = 0;
|
decimal result = 0;
|
||||||
|
|
||||||
var rowInfo = inDto.QuestionInfo.Where(x => x.LesionType == LesionType.FatFraction)
|
var rowInfo = inDto.QuestionInfo.Where(x => x.LesionType == LesionType.FatFraction)
|
||||||
.SelectMany(x => x.TableRowInfoList).ToList();
|
.SelectMany(x => x.TableRowInfoList).ToList();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue