新疆油建优化
This commit is contained in:
@@ -231,8 +231,9 @@ namespace FineUIPro.Web.HSSE.EduTrain
|
||||
var getTestRecord = Funs.DB.Training_TestRecord.Where(x => x.TestManId == getRecordDetail.PersonId
|
||||
&& x.TestPlanId == this.TestPlanId);
|
||||
if (getTestRecord.Count() > 0)
|
||||
{ ////及格分数
|
||||
int getPassScores = SysConstSetService.getPassScore();
|
||||
{ ////及格分数
|
||||
int getPassScores = 80;
|
||||
//int getPassScores = SysConstSetService.getPassScore();
|
||||
var getOK = getTestRecord.FirstOrDefault(x => x.TestScores >= getPassScores);
|
||||
if (getOK != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user