This commit is contained in:
夏菊 2026-04-22 14:00:58 +08:00
parent 3c55a03cce
commit 401bc4972d
1 changed files with 2 additions and 1 deletions

View File

@ -822,7 +822,8 @@ namespace BLL
} }
else else
{ {
getTItem.SubjectScore = Convert.ToDecimal((getTItem.Score ?? 0) * 1.0 / 2); getTItem.SubjectScore = Convert.ToDecimal((getTItem.Score ?? 0) * 1.0 / listA.Count);
//getTItem.SubjectScore = Convert.ToDecimal((getTItem.Score ?? 0) * 1.0 / 2);
} }
} }
} }