From 401bc4972d80258dbc622c2c89199065859b26ac Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Wed, 22 Apr 2026 14:00:58 +0800 Subject: [PATCH] 1 --- SGGL/BLL/API/HSSE/APITestRecordService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SGGL/BLL/API/HSSE/APITestRecordService.cs b/SGGL/BLL/API/HSSE/APITestRecordService.cs index b6bf2328..41a0d72f 100644 --- a/SGGL/BLL/API/HSSE/APITestRecordService.cs +++ b/SGGL/BLL/API/HSSE/APITestRecordService.cs @@ -822,7 +822,8 @@ namespace BLL } 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); } } }