三库
This commit is contained in:
@@ -777,6 +777,13 @@ namespace BLL
|
||||
db.SubmitChanges();
|
||||
|
||||
getCode = getTestRecord.TestScores ?? 0;
|
||||
//更新三库考试考核
|
||||
string message = string.Empty;
|
||||
SanKuDataSummaryReportService.UpdateExaminationRecordItem(testRecord.TestRecordId, ref message);
|
||||
//if (!string.IsNullOrWhiteSpace(message))
|
||||
//{
|
||||
// ShowNotify(message, MessageBoxIcon.Warning);
|
||||
//}
|
||||
|
||||
}
|
||||
}
|
||||
@@ -824,6 +831,17 @@ namespace BLL
|
||||
}
|
||||
}
|
||||
}
|
||||
if (getAllTestRecords.Count() > 0)
|
||||
{
|
||||
//更新三库考试考核
|
||||
string message = string.Empty;
|
||||
SanKuDataSummaryReportService.UpdateExaminationRecord(getTestPlan.TestPlanId, ref message);
|
||||
//if (!string.IsNullOrWhiteSpace(message))
|
||||
//{
|
||||
// ShowNotify(message, MessageBoxIcon.Warning);
|
||||
//}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user