|
|
@@ -2255,7 +2255,7 @@ where StuNo not in(Select StuNo from stuscore s where s.Academicyearno = sl.Acad |
|
|
|
TermInScore * (stuSelectLessonListEntity.TermInScoreScale / 100) + |
|
|
|
TermEndScore * (stuSelectLessonListEntity.TermEndScoreScale / 100) + |
|
|
|
OtherScore * (stuSelectLessonListEntity.OtherScoreScale / 100)), MidpointRounding.AwayFromZero); |
|
|
|
var remark = dr["备注"].ToString().Trim(); |
|
|
|
var remark = dr["考试类型"].ToString().Trim(); |
|
|
|
db.ExecuteBySql($"update StuScore set OrdinaryScore={OrdinaryScore},TermInScore={TermInScore},TermEndScore={TermEndScore},OtherScore={OtherScore},Score={Score},Remark='{remark}' where ScoreId='{item.ScoreId}' "); |
|
|
|
|
|
|
|
} |
|
|
@@ -2411,7 +2411,7 @@ where StuNo not in(Select StuNo from stuscore s where s.Academicyearno = sl.Acad |
|
|
|
TermInScore * (stuSelectLessonListOfElectiveEntity.TermInScoreScale / 100) + |
|
|
|
TermEndScore * (stuSelectLessonListOfElectiveEntity.TermEndScoreScale / 100) + |
|
|
|
OtherScore * (stuSelectLessonListOfElectiveEntity.OtherScoreScale / 100)), MidpointRounding.AwayFromZero); |
|
|
|
var remark = dr["备注"].ToString().Trim(); |
|
|
|
var remark = dr["考试类型"].ToString().Trim(); |
|
|
|
db.ExecuteBySql($"update StuScore set OrdinaryScore={OrdinaryScore},TermInScore={TermInScore},TermEndScore={TermEndScore},OtherScore={OtherScore},Score={Score},Remark='{remark}' where ScoreId='{item.ScoreId}' "); |
|
|
|
} |
|
|
|
else |
|
|
|