|
@@ -504,7 +504,7 @@ namespace TEAMModelFunction
|
|
|
//确定低分组 最高分数
|
|
|
//scores.Sort((s1, s2) => { return s1.CompareTo(s2); });
|
|
|
double rhlCount = Math.Ceiling(scores.Count * 0.73);
|
|
|
- double rhl = rhlCount > 0 ? scores[int.Parse(rhlCount.ToString("0"))] : 0;
|
|
|
+ double rhl = rhlCount > 0 ? scores[int.Parse(rhlCount.ToString("0"))-1] : 0;
|
|
|
//存放高分组学生ID
|
|
|
List<string> phId = new List<string>();
|
|
|
List<string> plId = new List<string>();
|