修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c4eabde7a9
commit
9b3e4194a9
|
|
@ -142,19 +142,19 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
num++;
|
||||
|
||||
}
|
||||
if (lesionType == LesionType.TargetLesion)
|
||||
{
|
||||
for (int i = num; i <= 5; i++)
|
||||
{
|
||||
VisitLesionInfo target = new VisitLesionInfo
|
||||
{
|
||||
Number = i,
|
||||
};
|
||||
targetInfo.Add(target);
|
||||
//if (lesionType == LesionType.TargetLesion)
|
||||
//{
|
||||
// for (int i = num; i <= 5; i++)
|
||||
// {
|
||||
// VisitLesionInfo target = new VisitLesionInfo
|
||||
// {
|
||||
// Number = i,
|
||||
// };
|
||||
// targetInfo.Add(target);
|
||||
|
||||
}
|
||||
// }
|
||||
|
||||
}
|
||||
//}
|
||||
|
||||
return targetInfo;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue