1
This commit is contained in:
@@ -85,7 +85,7 @@ namespace FineUIPro.Web.HSSE.EduTrain
|
|||||||
private List<Model.Training_TestTraining> GetNewTraining(string parentId)
|
private List<Model.Training_TestTraining> GetNewTraining(string parentId)
|
||||||
{
|
{
|
||||||
return (from x in Funs.DB.Training_TestTraining
|
return (from x in Funs.DB.Training_TestTraining
|
||||||
where x.SupTrainingId == parentId && x.TrainingId != "99ccf4c8-6f8e-47da-a900-53b12a278f25"
|
where x.SupTrainingId == parentId && !x.TrainingName.Contains("岗位人员试题")
|
||||||
orderby x.TrainingCode
|
orderby x.TrainingCode
|
||||||
select x).ToList();
|
select x).ToList();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ namespace FineUIPro.Web.HSSE.EduTrain
|
|||||||
private List<Model.Training_TestTraining> GetNewTraining(string parentId)
|
private List<Model.Training_TestTraining> GetNewTraining(string parentId)
|
||||||
{
|
{
|
||||||
return (from x in Funs.DB.Training_TestTraining
|
return (from x in Funs.DB.Training_TestTraining
|
||||||
where x.SupTrainingId == parentId && x.TrainingId == "99ccf4c8-6f8e-47da-a900-53b12a278f25"
|
where x.SupTrainingId == parentId && x.TrainingName.Contains("岗位人员试题")
|
||||||
orderby x.TrainingCode
|
orderby x.TrainingCode
|
||||||
select x).ToList();
|
select x).ToList();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user