集团三库
This commit is contained in:
@@ -557,7 +557,13 @@ namespace BLL
|
||||
itemRecord.TestScores = db.Training_TestRecordItem.Where(x => x.TestRecordId == itemRecord.TestRecordId).Sum(x => x.SubjectScore) ?? 0;
|
||||
db.SubmitChanges();
|
||||
}
|
||||
|
||||
//更新三库考试考核
|
||||
string message = string.Empty;
|
||||
SanKuDataSummaryReportService.UpdateExaminationRecord(getTestPlan.TestPlanId, ref message);
|
||||
//if (!string.IsNullOrWhiteSpace(message))
|
||||
//{
|
||||
// ShowNotify(message, MessageBoxIcon.Warning);
|
||||
//}
|
||||
var getTrainingTasks = from x in db.Training_Task
|
||||
where x.PlanId == getTestPlan.PlanId && (x.States != "2" || x.States == null)
|
||||
select x;
|
||||
|
||||
Reference in New Issue
Block a user