新疆油建优化
This commit is contained in:
@@ -159,11 +159,11 @@
|
||||
public static int getPassScore()
|
||||
{
|
||||
int passScore = 80;
|
||||
var testRule = Funs.DB.Sys_TestRule.FirstOrDefault();
|
||||
if (testRule != null)
|
||||
{
|
||||
passScore = testRule.PassingScore;
|
||||
}
|
||||
//var testRule = Funs.DB.Sys_TestRule.FirstOrDefault();
|
||||
//if (testRule != null)
|
||||
//{
|
||||
// passScore = testRule.PassingScore;
|
||||
//}
|
||||
return passScore;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user